Closed CodersBrothers closed 11 years ago
Hey,
npm -g installs smog in %appdata%npm/
It works ok because the -g makes it global meaning you can call it globally and itll work. If you look at the code in the bin folder (if i recall correctly) its what is ran when you type "smog" from the command line, I think (again going from hazy memory) you include this in the package.json.
Im not sure what you mean about "Where I can put "node app"?" so im afraid I cant help you there.
You just type npm install smog -g
then type smog
- there is nothing else to it. You don't need to run node app
Sorry, but in windows this dosnt work. Mayb there are a problem.
Hi, im in windows, in command line, in "c:\" when i put "npm install smog -g" all seems OK, but, now? where is the folder? where is the server.js? where i can put "node app"?
Thanks.