We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b1080 commit c7b2d5fCopy full SHA for c7b2d5f
scripts/005-install-cncjs.sh
@@ -1,6 +1,6 @@
1
-npm install -g socket.io
2
-npm install -g socket.io-parser
3
echo "prefix=~/.npm" >> ~/.npmrc
4
cat ~/.npmrc
+npm install -g socket.io
+npm install -g socket.io-parser
5
npm install -g cncjs
6
export PATH=$PATH:~/.npm/bin/
0 commit comments