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
{{ message }}
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
NPM released scoped packages to the public registry on 4/20/2015. Because Duo's require resolution is slightly different than npm's, Duo can't use any package that depends on a scoped package.
For example, attempting to include ndhoule/values:
varvalues=require('ndhoule/values');// do something
For now I'm just try/catching around scoped package dependencies, but I imagine as scoped package adoption picks up it's going to become a bigger problem for Duo.
NPM released scoped packages to the public registry on 4/20/2015. Because Duo's
require
resolution is slightly different than npm's, Duo can't use any package that depends on a scoped package.For example, attempting to include
ndhoule/values
:Duo is able to resolve
values
itself, but cannot resolve its dependency to@ndhoule/keys
.For now I'm just
try/catching
around scoped package dependencies, but I imagine as scoped package adoption picks up it's going to become a bigger problem for Duo.Related issue: #456
The text was updated successfully, but these errors were encountered: