Closed joshgarde closed 8 years ago
WTF?!?! This should be working correctly! Are you using the latest version (1.0.0-RC2.11)?
Yep - Installing with the latest NodeOS on Ubuntu 16.04 LTS
Had to use an older release version (1.0.0-RC2.9) with an existing bin folder.
There have been some problems lately with the packages and the build process, I'm really sorry. Could you be able to check the latest 1.0.0-RC2? It's working correctly from scratch both on my laptop and the CI server...
Found the problem:
The install-dependencies
script, as part of NodeOS, installs an outdated version of the nodesource repo. The line is:
curl -sL https://deb.nodesource.com/setup_5.x | bash &&
It should be:
curl -sL https://deb.nodesource.com/setup_6.x | bash &&
Ah, ok. I would accept a pull-request for that if you are interested.
Issue needs to be closed.
Clossed ;-)
Installing fresh from NPM causes errors related to the missing
bin/
folder. Seems like a simple enough fix.