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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
When I install vscode-arduino with npm, npm reports error with message below,
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-79_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-79_binding.node":
HTTP error 404 Not Found
I could install after ```npm install node-sass``.
it download v4.13.0/win32-x64-79_binding.node
scripts/install.js should be corrected.
The text was updated successfully, but these errors were encountered:
When I install vscode-arduino with npm, npm reports error with message below,
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-79_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.11.0/win32-x64-79_binding.node": HTTP error 404 Not Found
I could install after ```npm install node-sass``.
it download v4.13.0/win32-x64-79_binding.node
scripts/install.js should be corrected.
The text was updated successfully, but these errors were encountered: