Skip to content
Snippets Groups Projects
Unverified Commit e1a3a2ec authored by Éloïs's avatar Éloïs
Browse files

[fix] duniter cli requires node v9 rather than v8

parent e4484ac3
No related branches found
No related tags found
1 merge request!1245Migrate to NodeJS 9
...@@ -35,8 +35,8 @@ duniter() { ...@@ -35,8 +35,8 @@ duniter() {
VERSION=`$NODE -v` VERSION=`$NODE -v`
if [[ $VERSION != v8* ]]; then if [[ $VERSION != v9* ]]; then
  • Owner

    Merci de laisser Duniter compatible avec la version 8.

  • Please register or sign in to reply
echo "$NODE v8 is required"; echo "$NODE v9 is required";
else else
# Calls duniter JS command # Calls duniter JS command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment