DEV Community

Discussion on: Introduction to the basics of Next.js

Collapse
 
imcsweeney profile image
imcsweeney

if anyone has a problem installing this having cloned from GitHub, see the 4th answer here: stackoverflow.com/questions/470081...

ie downgrade your version of npm to 10.15, to install all the dependencies (this worked on macOS Catalina)

curl -o- raw.githubusercontent.com/creation... | bash
sudo npm install -g n
sudo n 10.15
npm install
npm audit fix
npm start