Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 8d0acca

Browse files
authoredOct 16, 2019
Merge pull request #2753 from schwigri/master
Fix broken link to NodeJS docs in README.md
2 parents 887199a + b0d4d85 commit 8d0acca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass>
4545
npm install node-sass
4646
```
4747

48-
Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager) to install NodeJS so that `#!/usr/bin/env node` correctly resolves.
48+
Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodesource/distributions/blob/master/README.md#debinstall) to install NodeJS so that `#!/usr/bin/env node` correctly resolves.
4949

5050
Compiling on Windows machines requires the [node-gyp prerequisites](https://github.com/nodejs/node-gyp#on-windows).
5151

0 commit comments

Comments
 (0)
This repository has been archived.