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

Case-sensitive Package Names #99

Open
ADSKLowenthal opened this issue Feb 16, 2016 · 2 comments
Open

Case-sensitive Package Names #99

ADSKLowenthal opened this issue Feb 16, 2016 · 2 comments

Comments

@ADSKLowenthal
Copy link
Contributor

NPM's rules for package.json includes not using capital letters. A lot of MEAN setup (mean-cli, examples) uses camelCasing or something similar. We need to investigate this further.

It does seem that the Package walk to find mean packages will break if the name in package.json is not the same (case-sensitive) as the module name new Module('myName')

@ADSKLowenthal
Copy link
Contributor Author

@timelf123
Copy link
Contributor

Good catch

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

2 participants