Commit d0312c83 by Marcin Cieslak

Windows: Use "npm install -ddd"

- Use "npm install -ddd"
- Capture logfiles
- Provide known-good reference logfiles
  for comparison
parent 34db8709
...@@ -92,10 +92,16 @@ node -p process.platform ...@@ -92,10 +92,16 @@ node -p process.platform
node -p process.arch node -p process.arch
``` ```
Clean npm cache
```sh
npm cache clean
```
Install the latest node-sass Install the latest node-sass
```sh ```sh
npm install node-sass npm install -ddd node-sass > npm.log 2> npm.err
``` ```
Note which version was installed by opening the `package.json` file with a text editor. Note which version was installed by opening the `package.json` file with a text editor.
...@@ -108,6 +114,12 @@ Note which version was installed by opening the `package.json` file with a text ...@@ -108,6 +114,12 @@ Note which version was installed by opening the `package.json` file with a text
} }
``` ```
If node-sass could not be installed successfully, please publish your `npm.log`
and `npm.err` files for analysis.
You can [download reference known-good logfiles](https://gist.github.com/saper/62b6e5ea41695c1883e3)
to compare your log against.
If node-sass install successfully lets gather some basic installation infomation. If node-sass install successfully lets gather some basic installation infomation.
```sh ```sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment