node-gyp rebuild> build_log.txt 2>& 1 ||退出0

时间:2018-03-22 09:21:31

标签: node.js angular amazon-ec2 npm npm-install

uws@9.14.0 install /var/www/html/my-app/node_modules/uws
node-gyp rebuild > build_log.txt 2>&1 || exit 0
  

错误:软件包安装失败,请参阅上文。

点击ng new my-app

时出现此错误

使用;

  • Angular CLI:1.7.3
  • 节点:9.9.0
  • 操作系统:linux x64 AWS EC2
  • npm:5.6.0

1 个答案:

答案 0 :(得分:1)

您需要全局安装node-gyp和socket.io

# cd ~
# npm install -g node-gyp
# npm install socket.io