You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error at declare var process: any;, or the other error should mention it.
Actual behavior:
node_modules/@types/node/index.d.ts(75,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'process' must be of type 'any', but here has type 'Process'.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.6.0-dev.20171019
Code
Install
@types/node
.Expected behavior:
Error at
declare var process: any;
, or the other error should mention it.Actual behavior:
The text was updated successfully, but these errors were encountered: