我已经在TypeScript和Yarn工作区中使用create-react-app构建了一个react应用,当我使用yarn start
启动服务器时,出现此错误:
Failed to compile.
../packages/web/src/App.tsx
(3,1): The internal 'module' syntax is deprecated, use the 'namespace' keyword instead.
哪里出问题了?
更新:需要注意的是,我还使用了this YARN workspace,在那里它在TypeScript版本2.9.1中使用,而我安装了当前版本(3+),并且从那里的错误可能是由于代码库和TS版本之间的更改之间的冲突。
答案 0 :(得分:1)
“打字稿”:packages / server / package.json中的“ ^ 3.1.1”似乎起作用了