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
Meteor should ignore node_modules directory in the root of the project #4452
Comments
Cool. As long as this is clear that the directory is, really, completely, entirely ignored, and there is documentation for this, it sounds pretty good to me. Pull requests encouraged -- should not be a very complex change. Thanks! |
I was looking around, but didn't find the simplest way to do that. Where is code which ignores |
mitar
added a commit
to peerlibrary/meteor
that referenced
this issue
May 27, 2015
Done: #4457 |
Thanks, merged! |
katrotz
pushed a commit
to katrotz/meteor-jasmine
that referenced
this issue
Oct 8, 2015
filipenevola
pushed a commit
that referenced
this issue
Oct 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many development tools come as a NPM packages (like linting, testing, etc.) and they install dependencies into
node_modules
directory. It would be very useful if Meteor would not try to compile files inside it and would simply ignore thenode_modules
directory.The text was updated successfully, but these errors were encountered: