You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: