-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Cannot npm install from github #382
Comments
@matt1as this is not a bug, the reason why its failing is the compiled version is built and is not included in git, namely There are many reasons for not including the compiled version, but since the authors opted not to include it then this is just meant to consume in npm. |
This is a legit usecase, specially when trying out unmerged PRs. We've two options here:
I think option 2 is a good idea, but we need to deal with some other issues. |
To make this work, you have to install I wonder if we can just recommend to use |
Yeah. I got that. It's doable, but it's questionable whether we need to do it or not.
This is good. We need to add it. |
I'm not sure if
I have my project |
If I do
I'm running the stock node/5.2 docker image
|
Hi, This issue is tricky, because the README on the master introduces interesting functionnalities that do not seem to exist in the lastest stable release. In the end, what's the best way to track the master branch ? Could it be documented ? |
We're working on master released as |
Amazing, thank you! Indeed that's be great to get this documented. I guess many users do not use Next for its stability but indeed want the beta features, at least for now. And this would prevent most people from encountering this issue. |
@eric-burel fair point: |
Closing this in favor of #303. Which will allow us to publish beta after every PR merge. |
The current version on github version does not install via npm install
The text was updated successfully, but these errors were encountered: