phuocng / this-vs-that

Understanding the difference between ˍˍˍ and ˍˍˍ in front-end development
https://phuoc.ng/collection/this-vs-that
MIT License
1.47k stars 99 forks source link

build failed #226

Closed edgexie closed 2 years ago

edgexie commented 2 years ago

Help, My env : node v14.20.0, npm v6.14.17 image

circletop commented 2 years ago

有解决吗

edgexie commented 2 years ago

有解决吗

没有,你也遇到了?

circletop commented 2 years ago

解决了,按着它提示 安装了 依赖

edgexie commented 2 years ago

@circletop 是说按照提示 yarn add --dev @types/react 了么? 我装了也不行的。

joshuadelange commented 2 years ago

This is what fixed it for me:

npm install next@latest
npm install --save-dev @types/node
edgexie commented 2 years ago

@joshuadelange it's useful, thx!!!