0

i have this ionic application which was working fine till yesterday. but today when i tried to run , its not running. Its throwing an error saying Uncaught Error: Cannot find module "@angular/core/src/util". I have no idea what could be the cause. I tried to search on google with the error but no luck.

I thought this could be because my anguler files are disappeared somehow. so i tried to run npm install still no luck Can anyone please help me to find out what could be the cause of this error.??

The error says

enter image description here

5
  • Are the resources of “@angular/core/src/util” available in your project? Commented Feb 18, 2018 at 14:39
  • yes, i can see there are folder inside @angular/core/src/util Only two files there inside util . one is decorator.d.ts and one is lang.d.ts Commented Feb 18, 2018 at 14:41
  • Depending on version Remove '/src/util' from your ts import. Commented Feb 18, 2018 at 14:48
  • oh okay thanks kyler that helped :) Commented Feb 18, 2018 at 15:37
  • which module you are importing ? Commented Apr 23, 2019 at 8:42

0

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.