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')
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')