projen
projen copied to clipboard
How to disable package installation?
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?
You can try running projen --no-post but it also disables other stuff.
works for me :) thanks