-
Notifications
You must be signed in to change notification settings - Fork 627
Open
Labels
Description
Attempting to build NodeOS, I get the following error when running npm install:
npm ERR! Linux 4.10.0-28-generic
npm ERR! argv "/home/brian/.nvm/versions/node/v4.8.6/bin/node" "/home/brian/.nvm/versions/node/v4.8.6/bin/npm" "install"
npm ERR! node v4.8.6
npm ERR! npm v2.15.11
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `(prebuild-install -d https://github.com/NodeOS/nodeos-initramfs/releases/download/v{version}/{platform}-{arch}.tar.gz && scripts/checkOut) || (buildDependencies && npm run build)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script '(prebuild-install -d https://github.com/NodeOS/nodeos-initramfs/releases/download/v{version}/{platform}-{arch}.tar.gz && scripts/checkOut) || (buildDependencies && npm run build)'.
(The above is after downgrading the node/npm versions based on the suggestion from Incorrect NPM Version)
Is there any way to get around this?