Skip to content
Snippets Groups Projects

[fix] #1230 The `plug` command was broken by NodeJS 8

Merged Cédric Moreau requested to merge node8_plug into 1.6
2 files
+ 5
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -66,9 +66,9 @@ cd ${RELEASES}/duniter
echo "Copying Nodejs"
cp -R "$DOWNLOADS/node-${NVER}-linux-${ARCH}" node
echo "yarn"
yarn
yarn add duniter-ui@1.6.x --save --production
npm install
npm install duniter-ui@1.6.x --save --production
SRC=`pwd`
echo $SRC
Loading