DEV Community

Discussion on: The Difference Between NPM and Yarn

Collapse
 
lyrod profile image
Lyrod

Since npm 5, --save is not needed. npm i package. Or dev npm i -D package.

npm remove works too.

You should check for pnpm.