Changes

Jump to navigation Jump to search
129 bytes added ,  11:42, 24 May 2022
m
Line 32: Line 32:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
== package.json ==
+
==package.json==
 
~ only allows patch updates
 
~ only allows patch updates
   Line 49: Line 49:  
npm config set http-proxy http://user:pass@proxy.example.com:3128
 
npm config set http-proxy http://user:pass@proxy.example.com:3128
 
npm config set https-proxy http://user:pass@proxy.example.com:3128
 
npm config set https-proxy http://user:pass@proxy.example.com:3128
 +
</syntaxhighlight>
 +
 +
== npm cli ==
 +
<syntaxhighlight lang="bash">
 +
npm view <packagename> versions --json
 +
npm install jquery@"^1.9.0"
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu