NervJS / tarojs-plugin-ssr

让 Taro H5 支持 Pre-rendering、SSR 和 ISR,极致的首屏速度🚀,利于 SEO🔍
228 stars 14 forks source link

本地运行example 下项目会报错 #6

Closed edsion11 closed 2 years ago

edsion11 commented 2 years ago

整体步骤:

1. clone项目
2. yarn
3. lerna run build
4. cd examples/data-fetch
5. yarn dev:nextjs

image

yarn version -- 1.22.17
lerna version -- 5.1.8

浏览器不能访问以nextjs为目标构建的项目,h5正常

SyMind commented 2 years ago

examples 目录下都是独立的项目,需要单独执行命令安装依赖 yarn install,看你的步骤是没有进行这一步。

edsion11 commented 2 years ago

谢谢~可以了