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
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
Error: Cannot find type definition file for 'node'.
at TypeScriptSimple.toJavaScript ($project/node_modules/typescript-simple/index.js:168:23)
at TypeScriptSimple.compile ($project/node_modules/typescript-simple/index.js:69:25)
at Object.loadTypeScript ($projectnode_modules/espower-typescript/index.js:19:22)
at Module.load (module.js:503:32)
The text was updated successfully, but these errors were encountered:
It seems one of implicit breaking changes between typescript v2.4.0 and v2.4.1.
If you remove compilerOptions.types of tsconfig.json, this error is resolved.
But there is another issue power-assert-js/espower-typescript#30 ...
$project/node_modules/typescript-simple/index.js:182
var text = file.text;
^
TypeError: Cannot read property 'text' of undefined
at TypeScriptSimple.toJavaScript ($project/node_modules/typescript-simple/index.js:182:28)
via espower-typescript:
The text was updated successfully, but these errors were encountered: