Search code examples
vue.jsnuxt.jsnetlify

nuxt.js small project wont deploy on netlify


enter image description here

I've deleted the cache in the node_modules folder and reinstalled it again but didn't work please can someone help?


Solution

  • I've followed those steps to have a successfully hosted app:

    • git clone your project
    • run npm i to install all the packages
    • npm run generate
    • opened my file explorer, drag and drop'ed the dist directly on https://app.netlify.com/drop
    • it works great with Node 14.18.1 and NPM 8.1.3