Getting “TypeError: Cannot read properties of null” while trying to install NextJS
I’m following this official tutorial:
https://nextjs.org/learn/react-foundations/installation
Can’t run the NextJS get started tutorial script without npm failing
Trying to start the Nextjs tutorial.
When I run the following command, it fails. i think because of bcrypt?
I cannot find out how to fix this because all the advice I see says delete node_modules, reinstall etc, but the project is not installed yet, there is no node_modules folder.