-
Notifications
You must be signed in to change notification settings - Fork 57
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
0.19.0 release: Error: Cannot find module './minecraft-data/data/common/protocolVersions' #16
Comments
0.17.0 and earlier ( |
4 tasks
deathcap
added a commit
to deathcap/node-minecraft-protocols
that referenced
this issue
Feb 1, 2016
deathcap
added a commit
to deathcap/node-minecraft-protocol
that referenced
this issue
Feb 1, 2016
deathcap
added a commit
to deathcap/node-minecraft-protocol
that referenced
this issue
Feb 1, 2016
deathcap
added a commit
to deathcap/node-minecraft-protocols
that referenced
this issue
Feb 1, 2016
deathcap
added a commit
to deathcap/node-minecraft-protocol
that referenced
this issue
Feb 1, 2016
deathcap
added a commit
to deathcap/node-minecraft-protocol
that referenced
this issue
Feb 1, 2016
My bad. I was cloning the repo to work around npm/npm#5673 (comment) and I forgot to --recursive. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing the 0.19.0 release of minecraft-data from from npm, require() fails:
see also https://circleci.com/gh/PrismarineJS/node-minecraft-protocol/371 - observed when updating in PrismarineJS/node-minecraft-protocol#331
using the git version of node-minecraft-data (https://github.com/PrismarineJS/node-minecraft-data/tree/4e7f910e62ea30c641a9df2170275d49bbd1edad) with
npm install
works locally at least on my system, so I think this is an issue with the release onlyThe text was updated successfully, but these errors were encountered: