Closed yh54321 closed 4 years ago
Why does the documentation indicate to install through npm with npm install @mdi/react --save-dev? Why is -dev appended to the end? Is this needed/recommended in this case?
npm install @mdi/react --save-dev
-dev
Copied and pasted from another repo of mine. Good catch!
I'll fix it on NPM the next time I publish... which will probably be a while.
Why does the documentation indicate to install through npm with
npm install @mdi/react --save-dev
? Why is-dev
appended to the end? Is this needed/recommended in this case?