On Mar 30, 5:05 pm, jojojo <[email protected]> wrote: > hi everybody > I am trying to install express framework. I installed it but it is not > working, the docs say I should run {npm install -d}, but when I do > that I get an error saying: "ENOENT, no such file or directory '/root/ > NODE/package.json'"
What about simply: `npm install express` in your project's directory? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
