A way to skip installing devDependencies?

Hi there, :wave: :slight_smile:

I have a project on Github with some devDependencies defined that are only needed for local development. When I import the project to Glitch.com is there a way to skip installing devDependencies?

For now I just remove devDependencies after re-importing my project from Github, that saves like 580 packages from being installed. :thought_balloon: :grimacing:

Setting node_env to production should make pnpm skip installing devdependencies, but it doesn’t seem to be taking notice of it. We’re reaching out to the maintainers to get this fixed up.

1 Like

Hi,

Any update on this one? My devDependencies are installed too even when NODE_ENV is set to production.