1

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?

2
  • Can you please share more of the screenshot? Also, does it work locally? Can you please share your nuxt.config.js file? Commented Nov 19, 2021 at 11:22
  • @kissu Yes sir, it works great locally. If you need it, here is the project github.com/marouane44/Hassan_said_second_try.git Commented Nov 19, 2021 at 11:49

1 Answer 1

1

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
Sign up to request clarification or add additional context in comments.

7 Comments

thank you sir for your help I followed all your steps netlify said the site has deployed but nothing happened I don't know i.ibb.co/sKVXV4m/ddde.png i.ibb.co/WHrZDC5/dp2.png
Please edit your question and please provide more visuals. Also, what have you written in /settings/deploys? This is probably the part where something is missing. @lakouismarouane
I didn't do anything on "settings" sir ; The drop option is my first time deploying, I usually deploy via GitHub, so I'm not sure how it works ,thanks sir
@lakouismarouane when you setup your Netlify github repo at first, you do need to provide some settings. Basically this video: youtu.be/gaC-l9MAE9Q
@lakouismarouane you do have a node version of 16 in your screen. You should probably set the env variable NODE_VERSION to 14. More info here: docs.netlify.com/configure-builds/manage-dependencies/…
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.