2
我想創建一個打字組件,但我在終端中出現以下錯誤,但我已經使用npm
安裝了react
和react-dom
。錯誤TS2307:無法找到模塊「反應」
ERROR in ./main.tsx error TS2307: Cannot find module 'react'.
我想創建一個打字組件,但我在終端中出現以下錯誤,但我已經使用npm
安裝了react
和react-dom
。錯誤TS2307:無法找到模塊「反應」
ERROR in ./main.tsx error TS2307: Cannot find module 'react'.
哦我看到..試試這個
你還需要安裝打字稿定義文件作出反應。你可以使用npm來做到這一點,如下所示
npm install @types/react