Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ARM support #2

Merged
merged 2 commits into from Feb 28, 2017
Merged

Add ARM support #2

merged 2 commits into from Feb 28, 2017

Conversation

norgeous
Copy link
Contributor

After npm installing on my ARM device,
When I run

npm start

I get an error:

ERROR in Node Sass does not yet support your current environment: Linux Unsupported architecture (arm) with Node.js 7.x
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v3.13.1
 @ ./src/app/style/index.scss 4:14-170 13:2-17:4 14:20-176
webpack: Failed to compile.

I updated node-sass to the latest version and it works fine on my ARM device now!

Would you consider upgrading node-sass?

@coveralls
Copy link

coveralls commented Feb 28, 2017

Coverage Status

Coverage remained the same at 61.932% when pulling 790ef09 on norgeous:master into 39f9585 on MacKentoch:master.

@MacKentoch
Copy link
Owner

Thank you @norgeous

Error may come from node 7? Not sure it is related but I only use 6.x right now and never tested with node7.
But rm -rf node_modules then npm install should fix?

Otherwise using nvm to downgrade your node version to 6.x would do the trick (but you would have to reinstall all to force sass recompile).

@MacKentoch MacKentoch merged commit b86acd8 into MacKentoch:master Feb 28, 2017
@norgeous
Copy link
Contributor Author

norgeous commented Mar 8, 2017

Hi @MacKentoch, thanks for the merge, however I was incorrect - an upgraded node-sass - didn't fix my issue. I'm not sure if it is an arm or node 7 issue, but I did find this related issue with the correct answer:

npm install
npm rebuild node-sass
npm start

The rebuild command took forever, but now it works!
Pointless merge overall, but can't be harmful to have an updated package...
Thanks!

@MacKentoch
Copy link
Owner

MacKentoch commented Mar 8, 2017

Hi @norgeous
Thank you for feedback.

Glad it is now resolved.

I remember I had sometimes bad experiences with node-sass specifically on windows (never as straight forward as on macOS but it works).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants