You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to run wagtail-bootstrap-blog on my local, but I'm getting the following error. Seems to be an issue when downloading node-sass. I checked the request URL and it does indeed 404.
@michael-yin thanks... I don't know much about node, but the script is installing node-sass in the docker container, correct? I'm not exactly sure how the docker build is selecting that version. Searching through the wagtail-bootstrap-blog code, I only see "node-sass": "^5.0.0" in the package.json file. How does the package determine this URL is the right version? https://github.com/sass/node-sass/releases/download/v5.0.0/linux-arm64-72_binding.node
Hi, I was trying to run
wagtail-bootstrap-blog
on my local, but I'm getting the following error. Seems to be an issue when downloadingnode-sass
. I checked the request URL and it does indeed 404.I'm not sure how to fix this. Looking at the available releases for v5, I don't see an arm64 version: https://github.com/sass/node-sass/releases/
Any suggestions?
The text was updated successfully, but these errors were encountered: