Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 GrapesJs 与 React 结合起来。npm i grapesjs我在节点环境中安装了grapesjs 。但是当我尝试使用导入它时import grapesjs from "grapesjs",它不会导入它并说模块grapesjs的声明文件丢失。
npm i grapesjs
import grapesjs from "grapesjs"
检查这个github 问题。看起来和你的很像