projen icon indicating copy to clipboard operation
projen copied to clipboard

How to disable package installation?

Open kamarol opened this issue 3 years ago • 1 comments

Hi,

Whenever i run "npx projen", it also installs the packages and creates node_modules folder. Since I'm using rush to manage my packages, this will interfere with the node_modules generated by rush.

Is there a way to not run yarn/npm/etc install whenever we run npx projen?

kamarol avatar Sep 05 '22 03:09 kamarol

You can try running projen --no-post but it also disables other stuff.

mrgrain avatar Sep 13 '22 07:09 mrgrain

works for me :) thanks

kamarol avatar Sep 24 '22 22:09 kamarol