Open essam834 opened 4 years ago
Your surge URL is throwing a 404: https://essam834-html-multiple-pages.surge.sh/ Please fix and resubmit.
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!
Looks like you need to update Node.js:
sudo npm cache clean -f sudo npm install -g n sudo n stable
Ugh, sorry -- that's not the best:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
I've already tried that before and it returns this error
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.
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.
Just updated this module along with the pitchboard. I have wireframes done and a majority of the project just need approval on the modules.
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/"
fixed, and final is submitted!
:shipit:
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:
/pokemon/bulbasaur
) -- we want to make sure you practice multiple levels of nested routes/pokemon
) -- each list item should link to the corresponding page for that favorite, detailed below.html