-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in node_modules/exceljs/index.d.ts(1661,34): error TS2503: Cannot find namespace 'NodeJS'. #997
Comments
The same issue: |
Failed to compile. node_modules/exceljs/index.d.ts(1661,34): error TS2503: Cannot find namespace 'NodeJS'. |
Same error for me "@angular/animations": "~7.2.0", |
I am getting the same error: ERROR in node_modules/exceljs/index.d.ts(1661,34): error TS2503: Cannot find namespace 'NodeJS'. I tried the suggestions in #971, but none of those worked for me. Anyone find a fix yet? |
same thing goes for me |
I tried to add Then got the error:
-> update And referenced this #971 (comment), edited my code like below:
It works for me ! |
@jeanfliu Yes, it worked for me also but the drawback is you do not have type suggestions in editor |
Thanks for opening this request. |
Code is failed to compile and giving below error -
ERROR in node_modules/exceljs/index.d.ts(1661,34): error TS2503: Cannot find namespace 'NodeJS'.
Details -
exceljs - ^3.3.0
@angular/cli - 7.3.9
I already tried each and every suggestion from everyone, but nothing worked for me.
Need this error to be removed so that code gets compiled successfully.
The text was updated successfully, but these errors were encountered: