Skip to content

Commit

Permalink
Merge pull request #1753 from NicolaiSoeborg/patch-1
Browse files Browse the repository at this point in the history
Fix links in troubleshooting.md
  • Loading branch information
xzyfer committed Nov 2, 2016
2 parents 4116c38 + d27ff73 commit cb328e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Expand Up @@ -145,7 +145,7 @@ If the node-sass installation process produced an error, open the vendor folder.
cd node_modules\node-sass\vendor
```

Then, using the version number we gather at the beginning, go to https://github.com/sass/node-sass/releases/tag/v<your-version>.
Then, using the version number we gather at the beginning, go to `https://github.com/sass/node-sass/releases/tag/v<your-version>`.

There you should see a folder with same name as the one in the `vendor` folder. Download the `binding.node` file from that folder and replace your own with it.

Expand Down Expand Up @@ -213,7 +213,7 @@ If the node-sass installation process produced an error, open the vendor folder.
cd node_modules/node-sass/vendor
```

Then, using the version number we gather at the beginning, go to https://github.com/sass/node-sass/releases/tag/v<your-version>.
Then, using the version number we gather at the beginning, go to `https://github.com/sass/node-sass/releases/tag/v<your-version>`.

There you should see a folder with same name as the one in the `vendor` folder. Download the `binding.node` file from that folder and replace your own with it.

Expand Down

0 comments on commit cb328e3

Please sign in to comment.