I've installed Node.js for Windows and I'm trying to create a new React project via npm. Upon typing 'npx create-react-app projectName', I receive the following error:
ENOENT: no such file or directory, lstat 'C:\Users\Username\AppData\Roaming\npm'
Does anyone know how to fix this error?
npm -v
to check – Neufernpm -v
– Feline