off-the-rip icon indicating copy to clipboard operation
off-the-rip copied to clipboard

Cannot install - pre-install.sh failing

Open tyronedougherty opened this issue 9 years ago • 2 comments

While running the npm i -g off-the-rip command, I get the following error:

screen shot 2015-07-08 at 9 41 54 am

In the npm-debug.log it seems to be failing to execute the pre-install.sh script:

screen shot 2015-07-08 at 9 46 32 am

Any solutions to fix?

tyronedougherty avatar Jul 07 '15 23:07 tyronedougherty

I fixed this by cloning repo locally and then chmod'ing the pre-install.sh to have execute permissions then running npm install and npm link.

tyronedougherty avatar Jul 07 '15 23:07 tyronedougherty

It's because NPM isn't meant to install non-NPM dependencies. I just updated the readme, look at the Dependencies section, then try an npm install. Let me know if that helped at all!

jakiestfu avatar Jul 09 '15 17:07 jakiestfu