<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>nodejs on SkywireX LAB</title>
    <link>https://lab.skywirex.com/tags/nodejs/</link>
    <description>Recent content in nodejs on SkywireX LAB</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>vi-vn</language>
    <lastBuildDate>Sat, 01 Oct 2022 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://lab.skywirex.com/tags/nodejs/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Vọc nodejs</title>
      <link>https://lab.skywirex.com/voc-nodejs/</link>
      <pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>https://lab.skywirex.com/voc-nodejs/</guid>
      <description>//install node version manager curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
// check version node &amp;ndash;version
// list remote nvm list-remote
// list installed versions of node (via nvm) nvm ls
// install specific version of node nvm install v14.20.1
// set default version of node nvm alias default v14.20.1
// switch version of node nvm use v14.20.1
// https://stackoverflow.com/questions/66434750/npm-err-git-dep-preparation-failed-when-trying-to-install-package-json
npm cache clean &amp;ndash;force rm -rf node_modules &amp;amp;&amp;amp; rm package-lock.json npm install &amp;ndash;legacy-peer-deps</description>
    </item>
    
  </channel>
</rss>