无法在Ubuntu中安装Grunt

时间:2013-06-17 19:06:03

标签: node.js npm gruntjs

:~$ npm install -g grunt
npm http GET https://registry.npmjs.org/grunt
../src/node_crypto_bio.cc:213: size_t node::NodeBIO::Read(char*, size_t): Assertion `read_head_ != write_head_' failed.
Aborted (core dumped)

我尝试安装grunt但是遇到了这个错误。 我已经安装了node和npm。 请有人帮我解决这个问题!

1 个答案:

答案 0 :(得分:5)

请尝试此命令。

npm config set registry http://registry.npmjs.org/