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
I'd like to have an option to skip installation of optional dependencies. Currently, this option sadly isn't supported even at the official Heroku node.js buildpack.
I believe the user should have the optional to add some boolean Heroku environment variable specifying weather to install optional deps. or not.
All the three package manager supports the option --no-optional. This saves time of installing testing or lintinting packages unnecessary for the final deployment.
The text was updated successfully, but these errors were encountered:
I'd like to have an option to skip installation of optional dependencies. Currently, this option sadly isn't supported even at the official Heroku node.js buildpack.
I believe the user should have the optional to add some boolean Heroku environment variable specifying weather to install optional deps. or not.
All the three package manager supports the option --no-optional. This saves time of installing testing or lintinting packages unnecessary for the final deployment.
The text was updated successfully, but these errors were encountered: