essam834 / MI-349-html-multiple-pages

0 stars 0 forks source link

Project Feedback #1

Open essam834 opened 4 years ago

essam834 commented 4 years ago

Build a fansite for books, movies, video games, or anything else

@jsiarto Can you take a look at this? It's hosted here and meets the following criteria:

jsiarto commented 4 years ago

Your surge URL is throwing a 404: https://essam834-html-multiple-pages.surge.sh/ Please fix and resubmit.

essam834 commented 4 years ago
Screen Shot 2019-12-11 at 1 21 33 PM

I already skipped ahead to work on the other projects and am still coming across this issue when I return to the multi-pages module to upload to surge. I've already installed node and NPM. I checked everywhere online for this issue and can't seem to find a solution for this exact problem. I was wondering what should I do for this error? Also, is Slack the preferred communication, I dont know if you got my message. Thanks!

jsiarto commented 4 years ago

Looks like you need to update Node.js: sudo npm cache clean -f sudo npm install -g n sudo n stable

jsiarto commented 4 years ago

Ugh, sorry -- that's not the best: sudo npm cache clean -f sudo npm install -g n sudo n stable

essam834 commented 4 years ago
Screen Shot 2019-12-12 at 12 15 48 PM

I've already tried that before and it returns this error

jsiarto commented 4 years ago

I still think this is a Node version issue -- what is the output of node --version?

Also, you need to be starting on your final project while you troubleshoot this. I would table this for now and get to work on the other modules.

essam834 commented 4 years ago

Node Version is 12.13.1 Npm version is 6.12.1

I've been working on the final project already, I just keep coming back to this issue. I've reached out on Slack we can continue communication on there for your ease.

essam834 commented 4 years ago

Just updated this module along with the pitchboard. I have wireframes done and a majority of the project just need approval on the modules.

jsiarto commented 4 years ago

Ok, almost there -- you need to format your links so that they don't include index.html -- all you have to do is remove that from your <a> tags. For example: if you have href="/something/index.html" change it to href="/something/"

essam834 commented 4 years ago

fixed, and final is submitted!

jsiarto commented 4 years ago

:shipit: