We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the readme, and like #82 and #59, I didn't have a Meteor.npmRequire defined.
Meteor.npmRequire
Maybe the workarround should be documented in the readme until this is fixed:
meteor add meteorhacks:npm
meteor
packages/
The text was updated successfully, but these errors were encountered:
Which packages directory did you remove? Just the ./packages/npm-container dir? I've got self/local packages so can't remove those obviously.
packages
./packages/npm-container
Sorry, something went wrong.
Yep, just ./packages, so no go for you :(
No branches or pull requests
I followed the readme, and like #82 and #59, I didn't have a
Meteor.npmRequire
defined.Maybe the workarround should be documented in the readme until this is fixed:
meteor add meteorhacks:npm
meteor
to initialize npmpackages/
directorymeteor
to initialize npm againMeteor.npmRequire
and runmeteor
without errors.The text was updated successfully, but these errors were encountered: