Support scoped npm packages
NPM now supports scoped packages which look like "@scope/packagename"
It seems like currently any packages that depend on a scoped package fail and the user gets an error.
More info here https://docs.npmjs.com/misc/scope
5
votes
