Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

409 - Newer Versions of Node Troubleshooting.html 1.2 KB

You have to be logged in to leave a comment. Sign In
1
  1. <p>Some students might be running higher versions of Node than shown in the videos. In this case, some of the packages included in the starting files might be incompatible with your version of Node. </p><p><br></p><p>One way to fix this is to use a package called <strong>npm-check-updates </strong>to update the listed dependencies' versions inside the starting files. </p><p><a href="https://www.npmjs.com/package/npm-check-updates" rel="noopener noreferrer" target="_blank"><strong>https://www.npmjs.com/package/npm-check-updates</strong></a></p><p><br></p><p>To use it, after unzipping and cd'ing into the project directory, but before running npm install</p><p><br></p><p>Run:</p><p><code>npm install -g npm-check-updates</code></p><p><br></p><p>Then:</p><p><code>ncu -u</code> </p><p><br></p><p>Then:</p><p><code>npm install</code></p><p><br></p><p>Then:</p><p><code>npm start</code> </p><p><br></p><p>Thanks to Ed and other students who pointed this out!</p><p><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/17038882#questions/13908250" rel="noopener noreferrer" target="_blank">https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/17038882#questions/13908250</a></p>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...