citr-v7-project icon indicating copy to clipboard operation
citr-v7-project copied to clipboard

localhost:1234 404 Page not found potential solution

Open SunnyAtTelus opened this issue 2 years ago • 1 comments

When the laptop is newer, try install a newer version of node (i.e. node 17) and then clear cache to reinstall everything. My work laptop was newer and I was following step by step but still getting 404 Page not found until I install a newer version of node. My personal laptop was older so it worked fine without the newer version of node.

SunnyAtTelus avatar Jun 23 '22 14:06 SunnyAtTelus

That's right. Ensured I was on the latest (lts) node version nvm use --lts. Then deleted node_modules, dist and .parcel-cache. Re-ran npm i and npm run dev, 404 went away.

iusegithub avatar Sep 19 '22 03:09 iusegithub