On Wed, May 30, 2012 at 11:19 AM, Zephlon Arphanosh
<zephlon...@gmail.com> wrote:
> I installed node.js and npm already, but when I try to install appjs I
> get this error:

That looks to me like npm hasn't been installed successfully, since
the error is coming from npm itself trying to load graceful-fs, not
from any install targets. How did you install node and npm, and what
versions do you have? Can you run any npm commands (e.g. npm -v or npm
view ini) successfully?

--
Martin Cooper


> zephlon@zephlon-T5254:~$ npm install appjs
>
> node.js:201
>    throw e; // process.nextTick error, or 'error' event on first tick
>          ^
> Error: Cannot find module 'graceful-fs'
>    at Function._resolveFilename (module.js:334:11)
>    at Function._load (module.js:279:25)
>    at Module.require (module.js:357:17)
>    at require (module.js:368:17)
>    at Object.<anonymous> (/usr/share/npm/lib/utils/ini.js:32:10)
>    at Module._compile (module.js:432:26)
>    at Object..js (module.js:450:10)
>    at Module.load (module.js:351:31)
>    at Function._load (module.js:310:12)
>    at Module.require (module.js:357:17)
> I get similar errors on any attempt to install graceful-fs.
>
> I am using Ubuntu 12.04 LTS.
>
> Here's the link to the appjs website: http://appjs.org/
>
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to