Development dependency? #87
stacy-rendall
started this conversation in
General
Replies: 1 comment
-
It depends on your setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation Install section indicates this should be installed as a "dev" dependency, why is that?
As per https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file, devDependencies are those that are only needed for local development and testing, whereas (as far as I can tell) this package would be carried through and used in production....?
Beta Was this translation helpful? Give feedback.
All reactions