nodejs npm安装出现typeError: Object #<Object> has no method 'match'
npm ERR! TypeError: Object #<Object> has no method 'match'
npm ERR! at Object.scriptpath_ (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:138:23)
npm ERR! at Array.forEach (native)
npm ERR! at scriptpath (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:132:19)
npm ERR! at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:119:33
npm ERR! at Array.forEach (native)
npm ERR! at extras (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:118:21)
npm ERR! at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:87:17)
npm ERR! at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:59:33
npm ERR! at fs.js:266:14
npm ERR! at /usr/local/lib/node_modules/npm/node_modules/read-installed/node_modules/read-package-json/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/isaacs/npm/issues>npm ERR! System Linux 3.2.0-4-amd64
npm ERR! command "node" "/usr/local/bin/npm" "install" "hexo" "-g"
npm ERR! cwd /home/coat
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.23
npm ERR! type undefined_method
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/coat/npm-debug.log
npm ERR! not ok code 0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我找到这个解决方案解决了我的问题,只是不理解为什么?
引用来自“YangRongZhou”的答案
-g参数为安装全局包,那肯定是要写到/home/coat这个目录之外了(可能是/usr/*下面),安装全局包你最好用root用户操作。
-g参数为安装全局包,那肯定是要写到/home/coat这个目录之外了(可能是/usr/*下面),安装全局包你最好用root用户操作。