Trick for faster npm




1. Don't use progress bar by

npm set progress = false

To confirm changes are set

npm get progress


2. Quick way to check if your package dependencies is outdated by issuing command below:
 npm outdated

3. List all dependencies

npm ls --depth=0

4. Inspect package

npm view jquery-package

5. Find package

npm search vue

6. List configuration settings

npm run env | grep npm


7. Run without installation

npx create-react-app my-app







Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm