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
The dependencies in the examples/example-1 includes modules in the packages, it will autoinstall the buffer and browserify-x in my project root when I run parcel start index.html in examples/example-1, but I don't want to lift browserified dependencies to <projectRoot>/package.json because it may cause the phantom dependency issue.
So I'd ask how can I get the autoinstall dependencies in the cwd(examples/example-1) instead of the project root?
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
-
I am working on a monorepo with pnpm, and the directory structure like
The dependencies in the
examples/example-1
includes modules in thepackages
, it will autoinstall thebuffer
andbrowserify-x
in my project root when I runparcel start index.html
inexamples/example-1
, but I don't want to lift browserified dependencies to<projectRoot>/package.json
because it may cause the phantom dependency issue.So I'd ask how can I get the autoinstall dependencies in the
cwd
(examples/example-1
) instead of the project root?Beta Was this translation helpful? Give feedback.
All reactions