fengchuanlin

Results 3 comments of fengchuanlin

已经解决了 确实是node版本的问题,我换了十几个版本才成功运行。

> 作者您好,我遇到一个问题,就是我备份时会报错,这是怎么回事呢? 报错具体代码: npm run build > > > [email protected] 构建 > > tsc && vite 构建 > > src/sections/About/index.tsx:5:19 - 错误 TS7016:找不到模块“react-reveal/Pulse”的声明文件。'C:/Users/123/Downloads/pengBlog-master/pengBlog-master/index/node_modules/react-reveal/Pulse.js' 隐式具有“any”类型。 尝试`npm i --save-dev @types/react-reveal`它是否存在或添加一个新的声明(.d.ts)文件,其中包含`declare module 'react-reveal/Pulse';`...

> 我主要是在这个网站上找到的https://dribbble.com/following 好的,谢谢你