Islandstone
Islandstone
KPCKevin Powell - Community
Created by Islandstone on 11/22/2024 in #front-end
Cache error message
I want to follow along Kevin's YouTube video: "Turn static HTML/CSS into a blog with CMS using the JAMStack". When I run the "npm start" command, I get the following error messages:
[23040:1122/181852.630:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access denied. (0x5)
[23040:1122/181852.630:ERROR:disk_cache.cc(208)] Unable to create cache
[23040:1122/181852.630:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access denied. (0x5)
[23040:1122/181852.630:ERROR:disk_cache.cc(208)] Unable to create cache
I have tried clearing the browser cache, running Chrome as Administrator, and deleting the Cache folder in the Chrome folder, but nothing works. Please help - this is why I prefer the Front of the Front-End! 😒
51 replies
KPCKevin Powell - Community
Created by Islandstone on 9/11/2024 in #front-end
Fonts will not load correctly
Hi everyone. I'm doing a "mockup" of parts of a website of a festival I attend every year. On my local server (via Live Server VS Code Extension) both the images and the fonts load correctly. However, on the github pages I only get "404 Not Found" for the fonts. I checked the "Network" tab in DevTools, and it shows that the request URL for some reason doesn't find the root folder when loading the fonts. It is missing the repo name from the URL. I've been trying for a while now, experimenting with how I reference the fonts in my _fonts.scss file, to no avail. Hope someone here can figure out the exact issue. Thanks! Repo: https://github.com/Islandstone89/ppe Live Site: https://islandstone89.github.io/ppe/
1 replies