Posted by Ninja Space Content on Saturday, December 16, 2023,
In :
node
I just realized today that I cannot create a react app with the 'create-react-app' command in my terminal anymore. It has been deprecated by Meta and they manage React.js!
After some research and reading their documentation, I've attempted to learn to use Next.js for the first time, which works with React.js and ran into my first issue. I kept getting this error in my terminal: Cannot find module 'fs/promises'
.
Installing Next.js for the First Time and Updating my Node Version
After I installed...
Continue reading ...