Uauy-Lab / expvip-web

expVIP. EXPression and VIsualisation Platform
MIT License
17 stars 10 forks source link

bioruby-rna-explorer Exit #76

Open Boer223 opened 3 years ago

Boer223 commented 3 years ago

Hi,

when I start the expvip-web, it occurs the error:

> bioruby-rna-explorer@ start /data2/tools/expvip-web
> npm run watch-js & rails s
Ignoring racc-1.5.2 because its extensions are not built. Try: gem pristine racc --version 1.5.2

> bioruby-rna-explorer@ watch-js /data2/tools/expvip-web
> watchify app/assets/javascripts/index.js -o app/assets/javascripts/bundle.js
Could not find racc-1.5.2 in any of the sources
Run `bundle install` to install missing gems.

npm ERR! Linux 5.4.0-29-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.0.0
npm ERR! npm  v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! bioruby-rna-explorer@ start: `npm run watch-js & rails s`
npm ERR! Exit status 7
npm ERR!
npm ERR! Failed at the bioruby-rna-explorer@ start script 'npm run watch-js & rails s'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the bioruby-rna-explorer package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm run watch-js & rails s
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs bioruby-rna-explorer
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls bioruby-rna-explorer
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /data2/tools/expvip-web/npm-debug.log
homonecloco commented 2 years ago

Hi, I'm sorry I didn't see this issue before. As the message says, have you trued running bundle install and then yarn install? I'm doing a large refactor of the code, but not on the main branch.