我一直试图重复安装凉亭几天。安装挂起在同一点 -
npm verb about to build C:\Users\spjbd\AppData\Roaming\npm\node_modules\bower\no
de_modules\insight
npm info build C:\Users\spjbd\AppData\Roaming\npm\node_modules\bower\node_module
s\insight
npm verb linkStuff [ true,
npm verb linkStuff 'C:\\Users\\spjbd\\AppData\\Roaming\\npm\\node_modules',
npm verb linkStuff false,
npm verb linkStuff 'C:\\Users\\spjbd\\AppData\\Roaming\\npm\\node_modules\\bow
er\\node_modules' ]
npm info linkStuff insight@0.4.3
npm verb linkBins insight@0.4.3
npm verb linkMans insight@0.4.3
npm verb rebuildBundles insight@0.4.3
npm verb rebuildBundles [ '.bin',
npm verb rebuildBundles 'async',
npm verb rebuildBundles 'chalk',
npm verb rebuildBundles 'configstore',
npm verb rebuildBundles 'inquirer',
npm verb rebuildBundles 'lodash.debounce',
npm verb rebuildBundles 'object-assign',
npm verb rebuildBundles 'os-name',
npm verb rebuildBundles 'tough-cookie' ]
npm info install insight@0.4.3
npm info postinstall insight@0.4.3
npm verb unlock done using C:\Users\spjbd\AppData\Roaming\npm-cache\_locks\insig
ht-46285e0bf21e5a96.lock for C:\Users\spjbd\AppData\Roaming\npm\node_modules\bow
er\node_modules\insight
我尝试了几种不同的方法来抵消 -
出现的另一个错误是构建遇到了npm-cache目录的问题。
让凉亭正常运行的任何见解?
答案 0 :(得分:2)
您是否正在使用node@0.12
进行此操作?如果是这样,您可以尝试node@0.10.36
,这是一个已知良好的版本吗?
答案 1 :(得分:0)
设置注册表帮助我挂起安装。只需运行
npm config set registry https://registry.npmjs.org/
您可能需要使用sudo来更改配置文件。
答案 2 :(得分:0)
我使用的是 Windows 10,我遇到了类似的问题。我没有对 npm install -g bower
使用 Windows 命令提示符,而是使用了 git bash 命令提示符。成功了。