Hello everyone, i'm having few problems using node.js, i've done this procedure:Download Node LTSIn the bash shell i wrote " npm install -g create-react-app "Then i've moved to a project directory that i've called "node" and i made the app writing " create-react-app myapp"So far no errors, then i've moved to the project directory and wrote "npm start", and this was the resut: LINKHow can i fix this? I've already tried to delete package.JSON and node_modules and reinstall them with "npm install" without any success.Thanks!
Submitted April 18, 2020 at 10:04AM by bBulldog
No comments:
Post a Comment