The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
flebber <flebber.c... @gmail.com>
Date: Fri, 23 Dec 2011 13:55:59 -0800 (PST)
Local: Fri, Dec 23 2011 4:55 pm
Subject: Jslint npm error ubuntu
I am trying to install jslint with npm.
However this error is occurring.
sayth@sayth-TravelMate-5740G:~$ npm install jslint -g
npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm
npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission
denied '/usr/local/lib/node_modules/___jslint.npm'
npm ERR! Error: EACCES, permission denied '/usr/local/lib/
node_modules/
___jslint.npm'
npm ERR! Report this *entire* log at:
npm ERR! <http://github.com/isaacs/npm/issues >
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Linux 3.0.0-14-generic
npm ERR! command "node" "/usr/local/bin/npm" "install" "jslint" "-g"
npm ERR! cwd /home/sayth
npm ERR! node -v v0.6.5
npm ERR! npm -v 1.0.106
npm ERR! path /usr/local/lib/node_modules/___jslint.npm
npm ERR! code EACCES
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/sayth/npm-debug.log
npm not ok
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
flebber <flebber.c... @gmail.com>
Date: Fri, 23 Dec 2011 05:28:53 -0800 (PST)
Local: Fri, Dec 23 2011 8:28 am
Subject: Jslint npm error ubuntu
I am trying to install jslint with npm.
However this error is occurring.
sayth@sayth-TravelMate-5740G:~$ npm install jslint -g
npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm
npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission
denied '/usr/local/lib/node_modules/___jslint.npm'
npm ERR! Error: EACCES, permission denied '/usr/local/lib/node_modules/
___jslint.npm'
npm ERR! Report this *entire* log at:
npm ERR! <http://github.com/isaacs/npm/issues >
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Linux 3.0.0-14-generic
npm ERR! command "node" "/usr/local/bin/npm" "install" "jslint" "-g"
npm ERR! cwd /home/sayth
npm ERR! node -v v0.6.5
npm ERR! npm -v 1.0.106
npm ERR! path /usr/local/lib/node_modules/___jslint.npm
npm ERR! code EACCES
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/sayth/npm-debug.log
npm not ok
and from the npm-debug.log
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Ryan Schmidt <google-2... @ryandesign.com>
Date: Sat, 24 Dec 2011 16:28:49 -0600
Local: Sat, Dec 24 2011 5:28 pm
Subject: Re: [npm] Jslint npm error ubuntu
On Dec 23, 2011, at 15:55, flebber wrote:
> I am trying to install jslint with npm.
> However this error is occurring.
> sayth@sayth-TravelMate-5740G:~$ npm install jslint -g > npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm > npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission > denied '/usr/local/lib/node_modules/___jslint.npm'
Sounds like you don't have permission to install there. Try using sudo?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sayth Renshaw <flebber.c... @gmail.com>
Date: Sun, 25 Dec 2011 10:13:05 +1100
Local: Sat, Dec 24 2011 6:13 pm
Subject: Re: [npm] Jslint npm error ubuntu
On Sun, Dec 25, 2011 at 9:28 AM, Ryan Schmidt <google-2... @ryandesign.com>wrote:
> On Dec 23, 2011, at 15:55, flebber wrote:
> > I am trying to install jslint with npm.
> > However this error is occurring.
> > sayth@sayth-TravelMate-5740G:~$ npm install jslint -g > > npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm > > npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission > > denied '/usr/local/lib/node_modules/___jslint.npm'
> Sounds like you don't have permission to install there. Try using sudo?
> I have tried using sudo. It results exactly the same
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Isaac Schlueter <i... @izs.me>
Date: Sat, 24 Dec 2011 16:07:21 -0800
Local: Sat, Dec 24 2011 7:07 pm
Subject: Re: [npm] Jslint npm error ubuntu
Sayth:
Please run this:
sudo npm install jslint -g
and share the output.
I'm willing to bet it fails differently, at the very least.
On Sat, Dec 24, 2011 at 15:13, Sayth Renshaw <flebber.c
... @gmail.com> wrote:
> On Sun, Dec 25, 2011 at 9:28 AM, Ryan Schmidt <google-2... @ryandesign.com> > wrote:
>> On Dec 23, 2011, at 15:55, flebber wrote:
>> > I am trying to install jslint with npm.
>> > However this error is occurring.
>> > sayth@sayth-TravelMate-5740G:~$ npm install jslint -g >> > npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm >> > npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission >> > denied '/usr/local/lib/node_modules/___jslint.npm'
>> Sounds like you don't have permission to install there. Try using sudo?
> I have tried using sudo. It results exactly the same
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sayth Renshaw <flebber.c... @gmail.com>
Date: Mon, 26 Dec 2011 17:24:40 +1100
Local: Mon, Dec 26 2011 1:24 am
Subject: Re: [npm] Jslint npm error ubuntu
On Sun, Dec 25, 2011 at 11:07 AM, Isaac Schlueter <i
... @izs.me> wrote:
> Sayth:
> Please run this:
> sudo npm install jslint -g
> and share the output.
> I'm willing to bet it fails differently, at the very least.
> On Sat, Dec 24, 2011 at 15:13, Sayth Renshaw <flebber.c... @gmail.com> > wrote:
> > On Sun, Dec 25, 2011 at 9:28 AM, Ryan Schmidt < > google-2... @ryandesign.com> > > wrote:
> >> On Dec 23, 2011, at 15:55, flebber wrote:
> >> > I am trying to install jslint with npm.
> >> > However this error is occurring.
> >> > sayth@sayth-TravelMate-5740G:~$ npm install jslint -g > >> > npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm > >> > npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission > >> > denied '/usr/local/lib/node_modules/___jslint.npm'
> >> Sounds like you don't have permission to install there. Try using sudo?
> > I have tried using sudo. It results exactly the same
Apologies for the delay in replying, xmas festivities and family events.
I have run with sudo and this is the output.
sayth@sayth-TravelMate-5740G:~$ sudo npm install jslint -g [sudo] password for sayth: npm ERR! error installing jsl... @0.1.2 Error: Refusing to delete: /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint npm ERR! error installing jsl... @0.1.2 at clobberFail (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) npm ERR! error installing jsl... @0.1.2 at next (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) npm ERR! error installing jsl... @0.1.2 at /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 npm ERR! error installing jsl... @0.1.2 at Object.cb [as oncomplete] (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) npm ERR! error rolling back jsl... @0.1.2 Error: Refusing to delete: /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint npm ERR! error rolling back jsl... @0.1.2 at clobberFail (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) npm ERR! error rolling back jsl... @0.1.2 at next (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) npm ERR! error rolling back jsl... @0.1.2 at /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 npm ERR! error rolling back jsl... @0.1.2 at Object.cb [as oncomplete] (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) npm ERR! Error: Refusing to delete: /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint npm ERR! at clobberFail (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) npm ERR! at next (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) npm ERR! at /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 npm ERR! at Object.cb [as oncomplete] (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) npm ERR! Report this *entire* log at: npm ERR! <http://github.com/isaacs/npm/issues > npm ERR! or email it to: npm ERR! <npm-@googlegroups.com> npm ERR! npm ERR! System Linux 3.0.0-14-generic npm ERR! command "node" "/usr/local/bin/npm" "install" "jslint" "-g" npm ERR! cwd /home/sayth npm ERR! node -v v0.6.5 npm ERR! npm -v 1.0.106 npm ERR! path /usr/local/bin/jslint npm ERR! code EEXIST npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/sayth/npm-debug.log npm not ok
Sayth
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sayth Renshaw <flebber.c... @gmail.com>
Date: Mon, 26 Dec 2011 20:28:19 +1100
Local: Mon, Dec 26 2011 4:28 am
Subject: Re: [npm] Jslint npm error ubuntu
I should confirm to the versions I am using.
sayth@sayth-TravelMate-5740G:~$ node -v v0.6.5 sayth@sayth-TravelMate-5740G:~$ npm -v 1.0.106
Sayth
On Mon, Dec 26, 2011 at 5:24 PM, Sayth Renshaw <flebber.c... @gmail.com>wrote:
> On Sun, Dec 25, 2011 at 11:07 AM, Isaac Schlueter <i... @izs.me> wrote:
>> Sayth:
>> Please run this:
>> sudo npm install jslint -g
>> and share the output.
>> I'm willing to bet it fails differently, at the very least.
>> On Sat, Dec 24, 2011 at 15:13, Sayth Renshaw <flebber.c... @gmail.com> >> wrote:
>> > On Sun, Dec 25, 2011 at 9:28 AM, Ryan Schmidt < >> google-2... @ryandesign.com> >> > wrote:
>> >> On Dec 23, 2011, at 15:55, flebber wrote:
>> >> > I am trying to install jslint with npm.
>> >> > However this error is occurring.
>> >> > sayth@sayth-TravelMate-5740G:~$ npm install jslint -g >> >> > npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm >> >> > npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission >> >> > denied '/usr/local/lib/node_modules/___jslint.npm'
>> >> Sounds like you don't have permission to install there. Try using sudo?
>> > I have tried using sudo. It results exactly the same
> Apologies for the delay in replying, xmas festivities and family events.
> I have run with sudo and this is the output.
> sayth@sayth-TravelMate-5740G:~$ sudo npm install jslint -g > [sudo] password for sayth: > npm ERR! error installing jsl... @0.1.2 Error: Refusing to delete: > /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint > npm ERR! error installing jsl... @0.1.2 at clobberFail > (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) > npm ERR! error installing jsl... @0.1.2 at next > (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) > npm ERR! error installing jsl... @0.1.2 at > /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 > npm ERR! error installing jsl... @0.1.2 at Object.cb [as oncomplete] > (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) > npm ERR! error rolling back jsl... @0.1.2 Error: Refusing to delete: > /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint > npm ERR! error rolling back jsl... @0.1.2 at clobberFail > (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) > npm ERR! error rolling back jsl... @0.1.2 at next > (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) > npm ERR! error rolling back jsl... @0.1.2 at > /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 > npm ERR! error rolling back jsl... @0.1.2 at Object.cb [as oncomplete] > (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) > npm ERR! Error: Refusing to delete: /usr/local/bin/jslint not in > /usr/local/lib/node_modules/jslint > npm ERR! at clobberFail > (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) > npm ERR! at next > (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) > npm ERR! at > /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 > npm ERR! at Object.cb [as oncomplete] > (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) > npm ERR! Report this *entire* log at: > npm ERR! <http://github.com/isaacs/npm/issues > > npm ERR! or email it to: > npm ERR! <npm-@googlegroups.com> > npm ERR! > npm ERR! System Linux 3.0.0-14-generic > npm ERR! command "node" "/usr/local/bin/npm" "install" "jslint" "-g" > npm ERR! cwd /home/sayth > npm ERR! node -v v0.6.5 > npm ERR! npm -v 1.0.106 > npm ERR! path /usr/local/bin/jslint > npm ERR! code EEXIST > npm ERR! > npm ERR! Additional logging details can be found in: > npm ERR! /home/sayth/npm-debug.log > npm not ok
> Sayth
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sayth Renshaw <flebber.c... @gmail.com>
Date: Mon, 26 Dec 2011 23:49:01 +1100
Local: Mon, Dec 26 2011 7:49 am
Subject: Re: [npm] Jslint npm error ubuntu
On Mon, Dec 26, 2011 at 8:28 PM, Sayth Renshaw <flebber.c... @gmail.com>wrote:
> I should confirm to the versions I am using.
> sayth@sayth-TravelMate-5740G:~$ node -v > v0.6.5 > sayth@sayth-TravelMate-5740G:~$ npm -v > 1.0.106
> Sayth
> On Mon, Dec 26, 2011 at 5:24 PM, Sayth Renshaw <flebber.c... @gmail.com>wrote:
>> On Sun, Dec 25, 2011 at 11:07 AM, Isaac Schlueter <i... @izs.me> wrote:
>>> Sayth:
>>> Please run this:
>>> sudo npm install jslint -g
>>> and share the output.
>>> I'm willing to bet it fails differently, at the very least.
>>> On Sat, Dec 24, 2011 at 15:13, Sayth Renshaw <flebber.c... @gmail.com> >>> wrote:
>>> > On Sun, Dec 25, 2011 at 9:28 AM, Ryan Schmidt < >>> google-2... @ryandesign.com> >>> > wrote:
>>> >> On Dec 23, 2011, at 15:55, flebber wrote:
>>> >> > I am trying to install jslint with npm.
>>> >> > However this error is occurring.
>>> >> > sayth@sayth-TravelMate-5740G:~$ npm install jslint -g >>> >> > npm ERR! Could not create /usr/local/lib/node_modules/___jslint.npm >>> >> > npm ERR! error installing jsl... @0.1.2 Error: EACCES, permission >>> >> > denied '/usr/local/lib/node_modules/___jslint.npm'
>>> >> Sounds like you don't have permission to install there. Try using >>> sudo?
>>> > I have tried using sudo. It results exactly the same
>> Apologies for the delay in replying, xmas festivities and family events.
>> I have run with sudo and this is the output.
>> sayth@sayth-TravelMate-5740G:~$ sudo npm install jslint -g >> [sudo] password for sayth: >> npm ERR! error installing jsl... @0.1.2 Error: Refusing to delete: >> /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint >> npm ERR! error installing jsl... @0.1.2 at clobberFail >> (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) >> npm ERR! error installing jsl... @0.1.2 at next >> (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) >> npm ERR! error installing jsl... @0.1.2 at >> /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 >> npm ERR! error installing jsl... @0.1.2 at Object.cb [as oncomplete] >> (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) >> npm ERR! error rolling back jsl... @0.1.2 Error: Refusing to delete: >> /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint >> npm ERR! error rolling back jsl... @0.1.2 at clobberFail >> (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) >> npm ERR! error rolling back jsl... @0.1.2 at next >> (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) >> npm ERR! error rolling back jsl... @0.1.2 at >> /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 >> npm ERR! error rolling back jsl... @0.1.2 at Object.cb [as >> oncomplete] >> (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) >> npm ERR! Error: Refusing to delete: /usr/local/bin/jslint not in >> /usr/local/lib/node_modules/jslint >> npm ERR! at clobberFail >> (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:110:12) >> npm ERR! at next >> (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:97:42) >> npm ERR! at >> /usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:105:12 >> npm ERR! at Object.cb [as oncomplete] >> (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36 :9) >> npm ERR! Report this *entire* log at: >> npm ERR! <http://github.com/isaacs/npm/issues > >> npm ERR! or email it to: >> npm ERR! <npm-@googlegroups.com> >> npm ERR! >> npm ERR! System Linux 3.0.0-14-generic >> npm ERR! command "node" "/usr/local/bin/npm" "install" "jslint" "-g" >> npm ERR! cwd /home/sayth >> npm ERR! node -v v0.6.5 >> npm ERR! npm -v 1.0.106 >> npm ERR! path /usr/local/bin/jslint >> npm ERR! code EEXIST >> npm ERR! >> npm ERR! Additional logging details can be found in: >> npm ERR! /home/sayth/npm-debug.log >> npm not ok
>> Sayth
I can confirm also that it must be just specific to jslint.
npm installed jshint perfectly.
sayth@sayth-TravelMate-5740G:~/node-latest-install$ sudo npm install jshint -g [sudo] password for sayth: /usr/local/bin/jshint -> /usr/local/lib/node_modules/jshint/bin/hint jsh... @0.5.5 /usr/local/lib/node_modules/jshint ├── argspar... @0.0.6 └── minima... @0.0.5
sayth@sayth-TravelMate-5740G:~/node-latest-install$ jshint --version 0.5.5
Sayth
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sanjiv Jha <san... @joshsoftware.com>
Date: Mon, 26 Dec 2011 09:38:46 +0000
Local: Mon, Dec 26 2011 4:38 am
Subject: Re: [npm] Jslint npm error ubuntu
Hi sayth, i Have installed jslint in my computer Having Node version 0.6.6 and npm version 1.1.0-beta-4 working fine Looking at your output, it seems that you have already Jslint install and first check into /usr/local/lib/node_modules or different executable directory if jslint exist in your computer. If its exist then remove it jslint and installed fresh jslint module. Regards, Sanjiv Kumar jha Josh Software Private Limited <http://www.joshsoftware.com >
6, Thube Park, Shivaji Nagar, Pune - 411005 Office: +91-020-25539995
You must
Sign in before you can post messages.
You do not have the permission required to post.