Skip to content

Commit

Permalink
Make npm works without Certification
Browse files Browse the repository at this point in the history
nodejs/node#3742

Signed-off-by: Zhi Han <[email protected]>
  • Loading branch information
zhan-kunbus committed Jun 2, 2021
1 parent d262d8f commit 518ab96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armhf-revpi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ interface wlan0
NODEREDSCRIPT="/tmp/update-nodejs-and-nodered.sh";
curl -sL http://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered --output $NODEREDSCRIPT;
chmod 755 $NODEREDSCRIPT;
npm config set strict-ssl false;
sudo -u pi $NODEREDSCRIPT --confirm-install --confirm-pi;
rm $NODEREDSCRIPT;
npm install --prefix /home/pi/.node-red node-red-contrib-revpi-nodes
Expand Down

0 comments on commit 518ab96

Please sign in to comment.