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 has been archived by the owner on Jul 24, 2024. It is now read-only.
I'm trying to run node-sass on Android. npm install seems to work fine but when I run ./node_modules/.bin/node-sass, it crashes with a segfault:
WARNING: linker: /data/data/com.termux/files/home/go/src/github.com/mattermost/platform/webapp/node_modules/node-sass/vendor/android-arm-48/binding.node has text relocations. This is wasting memory and prevents security hardening. Please fix.
Segmentation fault
Hello,
I'm trying to run node-sass on Android.
npm install
seems to work fine but when I run./node_modules/.bin/node-sass
, it crashes with a segfault:npm -v
): 3.10.10node -v
): v6.10.1node -p process.versions
):node -p process.platform
): androidnode -p process.arch
): armnode -p "require('node-sass').info"
): It crashes.npm ls node-sass
):[email protected]
(I can also reproduce on master.)The text was updated successfully, but these errors were encountered: