Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

downgrade npm package to specific version

npm install -g npm@version-no
Comment

npm downgrade package

npm view <package> versions // lets see what versions of package are available
npm install <package>@<version> // install desired version. Remember about flags which maybe you want to use (eg. -g for global)

// example for package 'express'
npm install express@4.17.1
Comment

PREVIOUS NEXT
Code Example
Shell :: git shortcuts 
Shell :: linux setup pass gpg key 
Shell :: pip uninstall all 
Shell :: used port linux 
Shell :: google drive linux 
Shell :: the unauthenticated git protocol on port 9418 
Shell :: apagar raspberry desde terminal 
Shell :: microsoft teams reopen main window 
Shell :: powershell set environment variable 
Shell :: gitignore visual studio not working android 
Shell :: update brew 
Shell :: descomprimir tar gz 
Shell :: zsh profile 
Shell :: nvm how to install specific version of node 
Shell :: ubuntu mysql client cli 
Shell :: how to safely remove partner modules magento2 
Shell :: bash find only first answer 
Shell :: apply gitignore to current commit 
Shell :: how to overwrite symlink linux 
Shell :: start mongod ubntu 
Shell :: captialize letters with sed 
Shell :: git ignore local file changes 
Shell :: how to prevent idle ubuntu suspending 
Shell :: how to remove git hooks 
Shell :: change permissions on all files in all sub-directories 
Shell :: $? in shell script 
Shell :: create service for gunicorn in linux 
Shell :: github clone branch 
Shell :: command to install apache 
Shell :: apt find package 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =