2015-01-08 2 views
1

안녕하세요, 저는 Linux에서 새로 왔고 시스템에 nodeJS를 설치하려고했지만 작동하지 않습니다. 나는 이것을 위해 너무 많이 봤지만 동일한 일이 어디에서나 언급된다.우분투에 노드 js를 설치할 수 없습니다.

나는이 명령을 사용했다.

node -v 

그것은 나를 보여주는 : 나는 명령을 사용하여 그것의 버전을하려고 할 때

nodejs is already the newest version. 

나는 이미 그것을 설치 알고 있지만 :

sudo apt-get update 

sudo apt-get install nodeJS 

것은이 나를 보여주는 : 해당 파일이나 디렉토리가 없습니다.

심지어 npm을 설치하려고하지만 그게 나를 보여줍니다 :

The following packages have unmet dependencies: 
    npm : Depends: nodejs but it is not going to be installed 
    Depends: node-abbrev (>= 1.0.4) but it is not going to be installed 
    Depends: node-ansi but it is not going to be installed 
    Depends: node-archy but it is not going to be installed 
    Depends: node-block-stream but it is not going to be installed 
    Depends: node-fstream (>= 0.1.22) but it is not going to be installed 
    Depends: node-fstream-ignore but it is not going to be installed 
    Depends: node-github-url-from-git but it is not going to be installed 
    Depends: node-glob (>= 3.1.21) but it is not going to be installed 
    Depends: node-graceful-fs (>= 2.0.0) but it is not going to be installed 
    Depends: node-inherits but it is not going to be installed 
    Depends: node-ini (>= 1.1.0) but it is not going to be installed 
    Depends: node-lockfile but it is not going to be installed 
    Depends: node-lru-cache (>= 2.3.0) but it is not going to be installed 
    Depends: node-minimatch (>= 0.2.11) but it is not going to be installed 
    Depends: node-mkdirp (>= 0.3.3) but it is not going to be installed 
    Depends: node-gyp (>= 0.10.9) but it is not going to be installed 
    Depends: node-nopt (>= 2.1.1) but it is not going to be installed 
    Depends: node-npmlog but it is not going to be installed 
    Depends: node-once but it is not going to be installed 
    Depends: node-osenv but it is not going to be installed 
    Depends: node-read but it is not going to be installed 
    Depends: node-read-package-json (>= 1.1.0) but it is not going to be installed 
    Depends: node-request (>= 2.25.0) but it is not going to be installed 
    Depends: node-retry but it is not going to be installed 
    Depends: node-rimraf (>= 2.2.2) but it is not going to be installed 
    Depends: node-semver (>= 2.1.0) but it is not going to be installed 
    Depends: node-sha but it is not going to be installed 
    Depends: node-slide but it is not going to be installed 
    Depends: node-tar (>= 0.1.18) but it is not going to be installed 
    Depends: node-which but it is not going to be installed 

E : 문제를 해결할 수 없으면 손상된 패키지가 보관 된 것입니다.

제발 도와주세요.

덕분에

+2

이 질문은 [askubuntu.com] (http://askubuntu.com/)에 더 적합 할 것입니다. –

+0

askubuntu.com에 더 적합하지만, 여기에 답변을드립니다 : http://stackoverflow.com/questions/16302436/install-node-js-on-ubuntu-12-10, 그래서 가장 좋은 해결책은'ppa : chris-lea/node.js' 저장소를 사용하는 것입니다. – micnic

+0

@micnic –

답변

2

나는 NPM 업그레이드에 붙어 있었다. 나는 Google에서 npm의 캐시를 지우는 방법으로 검색했다. 이 경우에 NPM의 캐시가 혼동됩니다

청소의 작업

NPM 캐시 후

. 이 명령을 사용하여 재설정 할 수 있습니다.

이 명령은 캐시를 제거하는 데 도움이됩니다.

관련 문제