0
우분투 11.10에 jsl-0.3.0을 어떻게 설치합니까?Ubuntu에 Node/Npm이있는 JSL 또는 JSlint를 설치하십시오.
JSL에서 타르볼을 다운로드했습니다. 그러나 configure 스크립트 나 autogen.sh는 소스에서 빌드 할 수 없습니다.
npm을 사용하여 설치하려고했으나 tarball을 추출 할 수 없었기 때문에 실패했습니다.
[email protected]:~/jsl-0.3.0/src$ sudo npm install ~/Downloads/jsl-0.3.0- src.tar.gz -g
npm ERR! couldn't unpack /tmp/npm-1324904212208/1324904212208-0.02443970972672105/tmp.tgz to /tmp/npm-1324904212208/1324904212208-0.02443970972672105/contents
이전에는 npm을 통해 jslint를 설치했지만 이전에는 실패했습니다.
[email protected]:~/jsl-0.3.0/src$ sudo npm install jslint -g
npm ERR! error installing [email protected] Error: Refusing to delete: /usr/local/bin/jslint not in /usr/local/lib/node_modules/jslint
http://apptob.org/에 스크립트를 통해 node와 npm을 설치했습니다. 이 노드가 0.6.5로 설치되었으며,이 오류를 수정하기 위해 0.6.6으로 업데이트했습니다.
누구나 내가 어떻게 작동하는지 제안 할 수 있습니까?