1

enter image description here

Every time when i try to create a new react-app i get this error

The only fix i have is to copy @pmmmvh and babel-loader folders from an older project and replace the one in the current project.

This works for a while, but after some time, it shows the same error

1 Answer 1

1

Your file path has got an unescaped ' in it: require('C:/Users/cnico/Desktop/Nicu's Stuff...'). That's probably a bug in the library that's doing this.

Try moving your project from Nicu's Stuff to another folder without a '.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks a lot! Changed the name and created a new react app and seems to work.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.