从主分支中拉出最新的commit。 请参阅官方contribution guide
的命令npm install
tsc --noImplicitAny .\mongoose\mongoose-tests.ts
但这会产生很多错误,比如
error TS1005: ';' expected.
error TS1006: Identifier expected; 'this' is a keyword.
error TS1008: Unexpected token; 'module, class, interface, enum, import or statement' expected.
error TS1003: Identifier expected.
error TS1005: '=>' expected.
运行youtube包定义的测试时也会显示类似的错误。 我做错了什么?
答案 0 :(得分:0)
您最有可能拥有typescript
版本,而不是最新的稳定版本。