Reputation: 1589
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: 1080
Reputation: 1589
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