TYPINGS ERROR: Cannot find type definition file for 'node' - virtual-file-utils.d.ts, line: 1

IONIC SERVE and IONIC BUILD IOS started throwing this error for me. I have been stuck with this for a day. Anybody else faced this issue?

1 Like

Solved my own problem. Hopefully it helps some else later.

Just did this, and wallah! All Good!

npm install @types/node --save

8 Likes

thank you very much. I have headache for 1 week for this problem.
it solve now.

1 Like

I believe --save-dev should always be sufficient for @types/ things. You shouldn’t ever need --save (although webpack probably will elide it for you).

voila! :slight_smile: This did not solve my error, it only seems to be happening on windows.

Thanks man! It really works.

3 days struggling with this! Thank you! I have about 3 hours left to release the beta, haha…