gpt4 book ai didi

node.js - 无法在nodejs中导入typescript文件

转载 作者:太空宇宙 更新时间:2023-11-03 22:54:50 24 4
gpt4 key购买 nike

我试图在 Typescript 文件中导入下划线模块,但它会造成麻烦,因为当我在 Node 中运行 typescript 模块时,它会抛出错误:

Code:    
import _ = require('underscore');

Error:
import _ = require('underscore');
^^^^^^
SyntaxError: Unexpected reserved word
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)

最佳答案

您必须编译 TypeScript 文件。然后,在node中运行生成的.js文件。

关于node.js - 无法在nodejs中导入typescript文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23113455/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com