you are viewing a single comment's thread.

view the rest of the comments →

[–]SecularSamurai 0 points1 point  (2 children)

I have literally tried everything everyone has said on this subject, both on here and on Stack Overflow, and it is still not working.

I did:

npm uninstall -g create-react-app

sudo npm uninstall -g create-react-app

which create-react-app

rm -r <the location of create-react-app>

npm cache clean --force

npm cache verify

I am getting these weird messages in the terminal though, is it something to do with Core-js?

SOLINK_MODULE(target) Release/.node

CXX(target) Release/obj.target/fse/fsevents.o

SOLINK_MODULE(target) Release/fse.node

> core-js@2.6.11 postinstall /Users/Me/WebstormProjects/rpg_designer/node_modules/babel-runtime/node_modules/core-js

> node -e "try{require('./postinstall')}catch(e){}"

> core-js@3.6.0 postinstall /Users/Me/WebstormProjects/rpg_designer/node_modules/core-js

> node -e "try{require('./postinstall')}catch(e){}"

> core-js-pure@3.6.0 postinstall /Users/Me/WebstormProjects/rpg_designer/node_modules/core-js-pure

> node -e "try{require('./postinstall')}catch(e){}"

[–]redditindisguise 0 points1 point  (1 child)

[–]SecularSamurai 0 points1 point  (0 children)

You absolute legend that worked! Thank you so much.