Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
81c5446b
Commit
81c5446b
authored
Aug 11, 2015
by
Michael Mifsud
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1060 from saper/trblwin
TROUBLESHOOTING.md: Windows: Use "npm install -ddd"
parents
34db8709
d0312c83
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
TROUBLESHOOTING.md
TROUBLESHOOTING.md
+13
-1
No files found.
TROUBLESHOOTING.md
View file @
81c5446b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment