Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install npm and finish setup of javascript dependencies of genomics-workspace #9

Open
hsiaoyi0504 opened this issue Oct 4, 2018 · 1 comment

Comments

@hsiaoyi0504
Copy link
Member

No description provided.

@mpoelchau
Copy link
Contributor

mpoelchau commented Oct 7, 2019

This might require:

  • installing nvm, e.g.
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash
source ~/.bashrc
  • installing latest npm and node, e.g.
nvm install stable

cf. https://www.subhosting.net/kb/how-to-install-nodejs-on-centos-6/

  • then do npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants