When i run code i get this error
ERROR in node_modules/@wry/context/lib/context.d.ts(6,84): error
TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
I am using angular7
Same here. It happened to be an issue with the version of the "@types/node"-dependency that was defined in my devDependencies. Upgrading it to the latest version (12.0.2) fixed it for me.
if you're using yarn, just run
yarn add --dev @types/node
to fix your package.json
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With