Help with the configuration #410
-
Hey all! I don't think my installation is quite right. I've gone through all of the steps and activated the theme. But when I run npm run build I get these errors: Oops! Something went wrong! :( Then when I run NPM start I get these errors:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@tripdog Hey Tom, it looks like you're running node v15.14.0. Could you please try node v12 instead? Please delete the node_modules before reinstalling. |
Beta Was this translation helpful? Give feedback.
-
Hi Steffen- Thanks for the advice. Some errors have indeed been fixed but there is still something not quite right with ES Lint. I have no idea why it's trying to reference other projects in my projects directory. Here are the errors: node: 12.22.7 The config "react-app" was referenced from the config file in "/Users/tomphillips/Dropbox/Courses/JS_Bootcamp/Week 11/react-hooks/2-set-and-update-state-with-useState/state-hook/package.json". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. npm ERR! code ELIFECYCLE Thanks for your help. :-) |
Beta Was this translation helpful? Give feedback.
@tripdog Hey Tom, it looks like you're running node v15.14.0. Could you please try node v12 instead? Please delete the node_modules before reinstalling.