0

Am recently switched my domain [enter image description here][1]to React Js and trying to learn . I have been trying to create an admin panel using Core UI Reactjs components. But it shows an error like "This error occurred during the build time and cannot be dismissed " on the compilation.[][1]

2
  • we need a fully reproducible example. otherwise how can we ever figure out what the problem is? Commented Oct 2, 2021 at 5:45
  • Please provide enough code so others can better understand or reproduce the problem. Commented Oct 8, 2021 at 12:38

1 Answer 1

1

Please try the below commands:

npm cache clean --force
npm cache verify

Then delete the node_modules, and run the below code

npm install --force

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

Comments

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.