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

Fix bsb-native to work with npm5 #11

Closed
bsansouci opened this issue Nov 6, 2017 · 3 comments
Closed

Fix bsb-native to work with npm5 #11

bsansouci opened this issue Nov 6, 2017 · 3 comments

Comments

@bsansouci
Copy link
Owner

This has been a very annoying one for everyone. About 80% of problems lately have been when someone tries to install using npm5. It always takes me a while to diagnose.

@ox
Copy link
Contributor

ox commented Dec 29, 2017

I was running into this issue and tried to debug it. A workaround that I found was cloning the repo and installing it as a symbolic dep:

npm install -D bs-platform@file:../bsb-native

After that everything worked well.

I have saved logs of both compilations in this gist. Hopefully it might shed some light on what's different for anyone digging into this issue.

@Schmavery
Copy link
Collaborator

Schmavery commented Jan 4, 2018

Solved by installing bsansouci/bsb-native#2.1.1
@bsansouci

@bsansouci
Copy link
Owner Author

Yup! Closing.

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

3 participants