zOqvxf
zOqvxf

Reputation: 1579

jade is not recognized as an internal or external command

I am trying to make a .cmd to compile my .jade files. I am new to node.js and jade, jade was installed with

npm install jade --global

and the cmd i am trying to use is

jade jade --out ../MyApp

...which works when typed into the node.js command prompt.

Upvotes: 0

Views: 1079

Answers (1)

zOqvxf
zOqvxf

Reputation: 1579

I managed to find the jade.cmd and add it to my path. It was hidding at

C:\Users\<User>\AppData\Roaming\npm

Now it's all working.

Upvotes: 1

Related Questions