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
Hi I'm trying to run an npm install file://.. --install-links command in a nx task which will copy the contents of the local file into the node_module folder. I noticed that it's possible to list the node_module folder and sub-folders of the node_modules in the outputs of a task e.g. lodash, but not folders within a scoped package e.g. @foo/bar.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to run an
npm install file://.. --install-links
command in a nx task which will copy the contents of the local file into the node_module folder. I noticed that it's possible to list the node_module folder and sub-folders of the node_modules in the outputs of a task e.g. lodash, but not folders within a scoped package e.g. @foo/bar.src/foo-bar-consumer/project.json
src/bar/package.json
Is this intended?
Beta Was this translation helpful? Give feedback.
All reactions