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

📝 node-sass on Windows troubleshooting #84

Merged
merged 2 commits into from
Sep 1, 2017
Merged

Conversation

hgwood
Copy link
Contributor

@hgwood hgwood commented Sep 1, 2017

Prerequisites

Description

Installation (npm install or yarn install) failed consistently when building node-sass@3.13.0 required by hotdoc@^0.7.2 required by immutadot@master. Latest Windows 10 x64, Node.js 8.2.1 or 8.4.0.

Reason: system was configured to build native packages using VC++ 2015. node-sass only became compatible with v2015 starting at 4.5.0. Configuring npm to use VC++ 2013 for this project using npm config set msvs_version 2013 fixed the problem.

@codecov-io
Copy link

codecov-io commented Sep 1, 2017

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #84   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          59     59           
  Lines         120    120           
  Branches        7      7           
=====================================
  Hits          120    120

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f86d6e4...83ba152. Read the comment docs.

Copy link
Member

@nlepage nlepage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this problem with node-sass occurs when you install the dependencies of immutadot (and not when you install immutadot as a dependency) it should been moved in the contributing section. Thank you.

@hgwood
Copy link
Contributor Author

hgwood commented Sep 1, 2017

Right! I've moved my paragraph to CONTRIBUTING.md.

nlepage
nlepage previously approved these changes Sep 1, 2017
frinyvonnick
frinyvonnick previously approved these changes Sep 1, 2017
@nlepage nlepage merged commit 96b0e61 into master Sep 1, 2017
@nlepage nlepage deleted the docs/msvs-version branch September 1, 2017 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants