NodeOS / nodeos-cross-toolchain

5 stars 6 forks source link

NPM Install Fail - Bin Folder Missing #6

Closed joshgarde closed 8 years ago

joshgarde commented 8 years ago

Installing fresh from NPM causes errors related to the missing bin/ folder. Seems like a simple enough fix.

piranna commented 8 years ago

WTF?!?! This should be working correctly! Are you using the latest version (1.0.0-RC2.11)?

joshgarde commented 8 years ago

Yep - Installing with the latest NodeOS on Ubuntu 16.04 LTS

joshgarde commented 8 years ago

Had to use an older release version (1.0.0-RC2.9) with an existing bin folder.

piranna commented 8 years ago

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...

joshgarde commented 8 years ago

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 &&

piranna commented 8 years ago

Ah, ok. I would accept a pull-request for that if you are interested.

joshgarde commented 8 years ago

Issue needs to be closed.

piranna commented 8 years ago

Clossed ;-)