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 Jan 20, 2022. It is now read-only.
We should do deep dep resolution of symlink targets when the realpath is under the same root folder.
Not clear whether it's better to have it in the root node_modules folder or if app/node_modules/lib should be a symlink to the lib folder. I think that's probably better.
Set up a folder like described in npm/cli#750
Run the
scripts/reify.js
script on it, with--save
./lib
innode_modules
.package-lock.json
looks like this:Run
scripts/reify.js --save
on it again, and now package-lock.json looks like this:Super weird, looks like it's interpreting the
node_modules/app
reference as a github shorthand? That's wrong.The text was updated successfully, but these errors were encountered: