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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type