Prebuilt node-sass for alpine linux not used
Prebuilt node-sass for alpine linux not used As I understand node-sass packages has a prebuilt binary for Alpine Linux as noted on releases page but for some reason when I run yarn install it tries to compile it from the source. node-sass yarn install What could be the reason for that? Is this a yarn bug? yarn install v1.5.1 warning package.json: No license field warning emulsify@1.0.0: No license field [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@1.1.2: The platform "linux" is incompatible with this module. info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... error An unexpected error occurred: "/var/www/html/node_modules/node-sass: Command failed. Exit code: 1 Command: sh Arguments: -c node scripts/build.js Directory: /var/www/html/node_modules/node-sass Output: Building: /usr/local/bin/node /var/www/html/node_mod...
