p0n*_*00b 5 ubuntu segmentation-fault node.js npm
我已经在 Ubuntu 16.04 上安装了最新版本的节点 (6.0.0),但是当我尝试全局安装 Yeoman(或任何其他 npm 模块)时,它抛出了一个分段错误
~$ node -v
6.0.0
~$ npm -v
3.8.6
~$ sudo npm install -g yo
normalizeTree ? headers ? ???????????????????????????????????????????????????
Segmentation fault (core dumped)
~$ sudo npm install -g npm
normalizeTree ? 200 ? ???????????????????????????????????????????????????
Segmentation fault (core dumped)
Run Code Online (Sandbox Code Playgroud)
我也尝试通过克隆 git 存储库来重新安装 npm,但它也失败了
~/Documents$ git clone https://github.com/npm/npm.git
Cloning into 'npm'...
remote: Counting objects: 55706, done.
remote: Compressing objects: 100% (158/158), done.
remote: Total 55706 (delta 64), reused 0 (delta 0), pack-reused 55547
Receiving objects: 100% (55706/55706), 29.55 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (30297/30297), done.
Checking connectivity... done.
~/Documents$ ls
npm
~/Documents$ cd npm
~/Documents/npm$ ls
AUTHORS changelogs CONTRIBUTING.md lib Makefile README.md
bin cli.js doc LICENSE node_modules scripts
CHANGELOG.md configure html make.bat package.json test
~/Documents/npm$ ./configure node_debug=1
~/Documents/npm$ make
scripts/doc-build.sh doc/cli/npm-bugs.md man/man1/npm-bugs.1
make[1]: Entering directory '/home/cameron/Documents/npm'
node cli.js install marked-man --no-global
normalizeTree ? install ? ???????????????????????????????????????????????????
Makefile:151: recipe for target 'node_modules/.bin/marked-man' failed
make[1]: *** [node_modules/.bin/marked-man] Segmentation fault (core dumped)
make[1]: Leaving directory '/home/cameron/Documents/npm'
Makefile:96: recipe for target 'man/man1/npm-bugs.1' failed
make: *** [man/man1/npm-bugs.1] Error 2
~/Documents/npm$
Run Code Online (Sandbox Code Playgroud)
我已经搜索 Stack Overflow 寻找答案,但没有任何帮助。我不知道现在该尝试什么。有什么建议?
我的第一个建议是在npm repo中打开一个问题,但在撰写本文时,它已经有 2,269 个打开的问题......天啊。
我建议使用nodeenv安装旧版本的node ,我目前使用它并且工作得很好,事实上对我来说这是使用node.js时的方法,我不喜欢受到向后兼容性破坏的影响。
| 归档时间: |
|
| 查看次数: |
4724 次 |
| 最近记录: |