运行ts-node xxx.ts报错:Cannot find module ……
Posted 冰雪奇缘lb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了运行ts-node xxx.ts报错:Cannot find module ……相关的知识,希望对你有一定的参考价值。
执行ts-node xxx.ts
报错:
error: Cannot find module ‘@types/node/package.json’
解决方法:
npm install -d tslib @types/node
以上是关于运行ts-node xxx.ts报错:Cannot find module ……的主要内容,如果未能解决你的问题,请参考以下文章
记一次使用pm2运行node+ts项目,ts-node报错问题To load an ES module, set “type“: “module“ in the package.json or use
Python运行Queue报错ImportError: cannot import name 'Empty'
运行yum报错Error: Cannot retrieve metalink for reposit
如何在无需全局安装 ts-node 或 npx 的情况下完全运行 nodemon + ts-node + typescript?