当前位置:   article > 正文

解决ts-node xxx.ts执行ts代码报错问题_ts18046

ts18046

在使用ts-node执行ts代码,会报错Error: Cannot find module和 '@types/node/package.json'C:\Users\MI\AppData\Roaming\npm\node_modules\ts-node\src\index.ts:692
    return new TSError(diagnosticText, diagnosticCodes);
           ^
TSError: ⨯ Unable to compile TypeScript:
hello.ts:2:5 - error TS2584: Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.

2     console.log('hi'+name);
      ~~~~~~~

  1. 解决方法:
  2. npm install -D tslib @types/node

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/119685
推荐阅读
相关标签
  

闽ICP备14008679号