Horje
downgrade npm package to specific version Code Example
downgrade npm package to specific version
npm install -g npm@version-no
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




Shell

Related
git add commit push one command Code Example git add commit push one command Code Example
remove/undo all modified files git Code Example remove/undo all modified files git Code Example
linux search for line in file Code Example linux search for line in file Code Example
how to convert ts to mp4 with ffmpeg Code Example how to convert ts to mp4 with ffmpeg Code Example
how to install pyaudio in ubuntu Code Example how to install pyaudio in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10