Join Discord
Powered by
Have you tried the command(s) without `npx`? If th...
# questions
s
ScriptAutomate
02/03/2022, 6:32 PM
Have you tried the command(s) without
npx
? If the CLI was installed at the global level,
npx
isn't required as a prefix. So, commands become more like:
Copy code
sh dendron publish init dendron publish dev
Previous
Next