#Can you start directus using node instead of npx?

9 messages · Page 1 of 1 (latest)

plain harness
#

Can you start directus using node instead of npx? so that you can use the -watch option to reload whenever files changes,

civic horizon
#

using npx you can call any package without worrying about PATH because it installs the package into npm cache dir. If you do not want to use npx instead of npx <package> you can do node <path/to/package>. And then you can use the new --watch arg.

abstract mica
plain harness
#

basically any extension files

abstract mica
abstract mica
#

Yaps, it's work

plain harness