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
If I have a scoped package that has bundledDependencies, when I try to install that scoped package, I get an error:
npm ERR! enoent ENOENT: no such file or directory, rename '/Users/brentonhouse/Documents/bundle-test2/node_modules/.staging/lodash-e5e37c02' -> '/Users/brentonhouse/Documents/bundle-test2/node_modules/@brentonhouse/bundle-test1/node_modules/lodash'
If I make the bundle-test1 package to be non-scoped, it works fine.
This issue seems similar to #9175 but it is the reverse situation. (i.e. scoped package bundling non-scoped package vs non-scoped package bundling scoped package)
If I have a scoped package that has bundledDependencies, when I try to install that scoped package, I get an error:
If I make the
bundle-test1package to be non-scoped, it works fine.This issue seems similar to #9175 but it is the reverse situation. (i.e. scoped package bundling non-scoped package vs non-scoped package bundling scoped package)