构建一个默认的react-native应用程序,使用Typescript并添加样式组件,在应用程序中引用它并尝试编译导致以下错误:
node_modules / styled-components / typings / styled-components.d.ts(116,44):error TS2503:找不到命名空间' NodeJS'。
请参阅repo重现。 https://github.com/StevenTCramer/Issue1
答案 0 :(得分:0)
您需要使用npm安装@types/node
才能获取NodeJS名称空间。
$ npm install --save-dev @types/node