npm安装Laravel中的错误

时间:2015-08-05 17:42:42

标签: node.js npm

我正在尝试

npm install

但遇到以下错误:

npm ERR! fetch failed https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
    npm WARN optional dep failed, continuing fsevents@0.3.7
    npm ERR! fetch failed https://registry.npmjs.org/parse-asn1/-/parse-asn1-3.0.1.tgz
    npm ERR! EEXIST, open 'C:\Users\Jil\AppData\Roaming\npm-cache\88935c05-cache-inherits-2-0-1-package-tgz.lock'
    File exists: C:\Users\Jil\AppData\Roaming\npm-cache\88935c05-cache-inherits-2-0-1-package-tgz.lock
    Move it away, and try again.

    npm ERR! System Windows_NT 6.2.9200
    npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
    npm ERR! cwd C:\wamp\www\nom5\laravel
    npm ERR! node -v v0.10.33
    npm ERR! npm -v 1.4.28
    npm ERR! path C:\Users\Jil\AppData\Roaming\npm-cache\88935c05-cache-inherits-2-0-1-package-tgz.lock
    npm ERR! code EEXIST
    npm ERR! errno 47
    npm ERR! not ok code 0

节点版本:v0.10.33
nmp版本:npm@1.4.28

0 个答案:

没有答案