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 not working as described #310

Open
Riezebos opened this issue Oct 19, 2018 · 1 comment
Open

Install not working as described #310

Riezebos opened this issue Oct 19, 2018 · 1 comment

Comments

@Riezebos
Copy link

Case

Bug

Issue

When I run npm install, I get an error "Missing module node-bin-setup". When I first run npm install node-bin-setup after cloning the repo this problem goes away. Is node-bin-setup a module that I should have installed manually and globally?

Info

  • Operating System: Ubuntu 18.04
  • Node-Version: 8.10

Reproduce

Clone repository
Run npm install

@zhongdeming428
Copy link

I resolved this issue by installing the dependency manully:

npm i -D node-bin-setup

then run npm install,everything goes well.
Hope this can help u~

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