rauchg / slackin

Public Slack organizations made easy
http://rauchg.com/slackin/
MIT License
6.51k stars 1.35k forks source link

Trouble with Now install -- Fails on npm start #319

Open HansHovanitz opened 7 years ago

HansHovanitz commented 7 years ago

I cloned the repository and ran Now within it and get this error:

▲ npm start

slackin@0.14.0 start /home/nowuser/src chmod +x bin/slackin && ./bin/slackin ': No such file or directory npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! slackin@0.14.0 start: chmod +x bin/slackin && ./bin/slackin npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the slackin@0.14.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/nowuser/.npm/_logs/2017-07-05T01_04_13_930Z-debug.log Error! The build step of your project failed. To retry, run now --force.

Any ideas?

coderberry commented 7 years ago

+1

ghuntley commented 6 years ago

Change the start target to be "start": "/home/nowuser/bin/node /home/nowuser/src/bin/slackin" 🚢