Skip to content

Commit 7317868

Browse files
chore: Update node sass command to use "sass" instead of "node-sass" (#22)
- Swap out node-scss with scss in the installation command - Update README.md
1 parent d49ef29 commit 7317868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ node-upgrade() {
346346

347347

348348
<details>
349-
<summary>Node (from nvm, with npm, nx, husky, Angular CLI, Node-Sass, and Node-Gyp)</summary>
349+
<summary>Node (from nvm, with npm, nx, husky, Angular CLI, Sass, and Node-Gyp)</summary>
350350

351351
```sh
352352
getLastestNVM() {
@@ -363,7 +363,7 @@ nvm install 20
363363
npm install --location=global @angular/cli
364364
npm install --location=global nx
365365
npm install --location=global husky
366-
npm install --location=global node-sass
366+
npm install --location=global sass
367367
npm install --location=global node-gyp
368368
```
369369
We will also create a new file called `~/.huskyrc` and fill it with:

setup-new-computer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ printHeading "Installing Node and Angular CLI through NVM"
490490
printStep "Angular CLI" "npm install --location=global @angular/cli"
491491
printStep "NX" "npm install --location=global nx"
492492
printStep "Husky" "npm install --location=global husky"
493-
printStep "Node Sass" "npm install --location=global node-sass"
493+
printStep "Node Sass" "npm install --location=global sass"
494494
printStep "Node Gyp" "npm install --location=global node-gyp"
495495
printDivider
496496
echo "✔ Touch ~/.huskyrc"

0 commit comments

Comments
 (0)