Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

npm install specific version

$ npm i packageName@1.2.3
Comment

install specific version of npm for your project

//To install a specific version of npm locally for your project 
$ npm install npm@version //replace version with the npm version you want to install

//To install globally
$ npm install -g npm@version //replace version with the npm version you want to install
Comment

how to install specific package version npm

$ npm install express@4.16.1

+ express@4.16.1
added 48 packages from 36 contributors and audited 121 packages in 2.986s
found 0 vulnerabilities
Comment

npm install specific version

npm i yourPackage@version

Example:
npm i ngx-owl-carousel-o@7.0.4
Comment

PREVIOUS NEXT
Code Example
Shell :: install vuex orm 
Shell :: jupyter digits 
Shell :: suicide linux 
Shell :: git apply exclude file 
Shell :: aws cli on heroku 
Shell :: access from ip pgsql running in docker 
Shell :: patch: command not found 
Shell :: get changes from differente branch git 
Shell :: ffmpeg add audio to image 
Shell :: docker run command on container 
Shell :: gulp-gzip 
Shell :: configure github account ubuntu 
Shell :: install docker ubuntu 20 
Shell :: centos 7 ius-release.rpm 
Shell :: git add file in ignored folder 
Shell :: start nginx mac 
Shell :: git Removing Files Only From the Staging Area 
Shell :: install spacemacs 
Shell :: install rider ubuntu 
Shell :: linux add alias 
Shell :: openssl list certificate chain 
Shell :: git merge branch to another branch 
Shell :: how to install swift on ubuntu 
Shell :: github to colab 
Shell :: kill app processes on port 3306 
Shell :: shell script to find sum of n numbers using for loop 
Shell :: top linux 
Shell :: umask linux 
Shell :: git set-url no such remote origin 
Shell :: delete dir linux 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =