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
使用;
答案 0 :(得分:1)
您需要全局安装node-gyp和socket.io
# cd ~
# npm install -g node-gyp
# npm install socket.io