This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
OpenBSD: node-sass: Command failed #2916
Closed
Description
Anybody know what to do?
% node -v
v12.16.1
% npm -v
6.13.4
% yarn -v
1.22.4
% uname -sr
OpenBSD 6.7
% env
CC=/usr/bin/clang
CXX=/usr/bin/clang++
% yarn add webpack
yarn add v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.13: The platform "openbsd" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > webpack-dev-server@3.10.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0".
[4/4] Building fresh packages...
[1/2] ⠠ core-js
error /home/dev/tootiefrootie/node_modules/node-sass: Command failed.
Exit code: 127
Command: node scripts/install.js
Arguments:
Directory: /home/dev/tootiefrootie/node_modules/node-sass
Output:
/tmp/yarn--1588753582434-0.8689804385745683/node[3]: /tmp/yarn--1588753582434-0.8689804385745683/../node: not found
% cd /home/dev/tootiefrootie/node_modules/node-sass
% node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/openbsd-x64-72_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.1/openbsd-x64-72_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
Thanks.
Metadata
Metadata
Assignees
Labels
No labels