<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Help on</title><link>https://prateekbhagdev.com/docs/help/</link><description>Recent content in Help on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Oct 2020 08:49:15 +0000</lastBuildDate><atom:link href="https://prateekbhagdev.com/docs/help/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Update</title><link>https://prateekbhagdev.com/docs/help/how-to-update/</link><pubDate>Thu, 12 Nov 2020 13:26:54 +0100</pubDate><guid>https://prateekbhagdev.com/docs/help/how-to-update/</guid><description> 💡 Learn more about semantic versioning and advanced range syntax. Check for outdated packages # The npm outdated command will check the registry to see if any (or, specific) installed packages are currently outdated:
npm outdated [[&amp;lt;@scope&amp;gt;/]&amp;lt;pkg&amp;gt; ...] Update packages # The npm update command will update all the packages listed to the latest version (specified by the tag config), respecting semver:
npm update [&amp;lt;pkg&amp;gt;...]</description></item><item><title>Troubleshooting</title><link>https://prateekbhagdev.com/docs/help/troubleshooting/</link><pubDate>Thu, 12 Nov 2020 15:22:20 +0100</pubDate><guid>https://prateekbhagdev.com/docs/help/troubleshooting/</guid><description>Problems updating npm packages # Delete the ./node_modules folder, and run again:
npm install Problems with cache # Delete the temporary directories:
npm run clean</description></item></channel></rss>