nuxt.js 小项目不会在 netlify 上部署
nuxt.js small project wont deploy on netlify
I've deleted the cache in the node_modules folder and reinstalled it again but didn't work please can someone help?
我已经按照这些步骤获得了 successfully hosted app:
git clone
你的项目
- 运行
npm i
安装所有包
npm run generate
- 打开我的文件资源管理器,将
dist
直接拖放到 https://app.netlify.com/drop
- 它适用于 Node
14.18.1
和 NPM 8.1.3
I've deleted the cache in the node_modules folder and reinstalled it again but didn't work please can someone help?
我已经按照这些步骤获得了 successfully hosted app:
git clone
你的项目- 运行
npm i
安装所有包 npm run generate
- 打开我的文件资源管理器,将
dist
直接拖放到 https://app.netlify.com/drop - 它适用于 Node
14.18.1
和 NPM8.1.3