codeneuro / spikefinder

benchmarking challenge for spike detection in imaging data
MIT License
11 stars 3 forks source link

Error at start #9

Open kleskjr opened 7 years ago

kleskjr commented 7 years ago

Hi, I couldn't go through the npm start step. Here is part of the debug.log that contains my setup and the error message.

17 verbose Linux 4.10.5-1-ARCH
18 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
19 verbose node v7.7.3
20 verbose npm  v4.4.4
21 error code ELIFECYCLE
22 error errno 1
23 error spikefinder@1.0.0 start: `watchify client/index.js -o client/bundle.js & node server/app.js`
23 error Exit status 1
24 error Failed at the spikefinder@1.0.0 start script 'watchify client/index.js -o client/bundle.js & node server/app.js'.
24 error Make sure you have the latest version of node.js and npm installed.
24 error If you do, this is most likely a problem with the spikefinder package,
24 error not with npm itself.

cheers, klesk