nodeschool / seattle

NodeSchool for Seattle!
http://nodeschool.io/seattle
42 stars 9 forks source link

problem installing javascripting learnyounde #21

Closed catfriend closed 9 years ago

catfriend commented 9 years ago

see gist https://gist.github.com/catfriend/31e1033cc44c043aa5d8 Thanks

housepage commented 9 years ago

You must precede the command with sudo as in:

sudo npm install -g javascripting learnyounode

This is because the "-g" option instructs it to install the library globally which means it is installed for all users and thus requires super user access to install like most programs. Running a command proceeded by the sudo command causes the program to be run with super user permissions.

Sincerely,

Peaches

On Wed, Mar 25, 2015 at 11:56 AM, Elizabeth notifications@github.com wrote:

see gist https://gist.github.com/catfriend/31e1033cc44c043aa5d8 Thanks

— Reply to this email directly or view it on GitHub https://github.com/nodeschool/seattle/issues/21.

Yours Pagely, Andrew E. Gall

"Peaches come from a can, they were put there by a man In a factory downtown If I had my little way, I'd eat peaches every day."

http://imgs.xkcd.com/comics/compiler_complaint.png

catfriend commented 9 years ago

Thanks, done.

Date: Wed, 25 Mar 2015 12:01:15 -0700 From: notifications@github.com To: seattle@noreply.github.com CC: eakari@live.com Subject: Re: [seattle] problem installing javascripting learnyounde (#21)

You must precede the command with sudo as in:

sudo npm install -g javascripting learnyounode

This is because the "-g" option instructs it to install the library

globally which means it is installed for all users and thus requires super

user access to install like most programs. Running a command proceeded by

the sudo command causes the program to be run with super user permissions.

Sincerely,

Peaches

On Wed, Mar 25, 2015 at 11:56 AM, Elizabeth notifications@github.com

wrote:

see gist

https://gist.github.com/catfriend/31e1033cc44c043aa5d8

Thanks

Reply to this email directly or view it on GitHub

https://github.com/nodeschool/seattle/issues/21.

Yours Pagely,

Andrew E. Gall

"Peaches come from a can,

they were put there by a man

In a factory downtown

If I had my little way,

I'd eat peaches every day."

http://imgs.xkcd.com/comics/compiler_complaint.png

— Reply to this email directly or view it on GitHub.