diff --git a/README.md b/README.md index 3bb61f7..a4362d0 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ node-upgrade() {
- Node (from nvm, with npm, nx, husky, Angular CLI, Node-Sass, and Node-Gyp) + Node (from nvm, with npm, nx, husky, Angular CLI, Sass, and Node-Gyp) ```sh getLastestNVM() { @@ -363,7 +363,7 @@ nvm install 20 npm install --location=global @angular/cli npm install --location=global nx npm install --location=global husky -npm install --location=global node-sass +npm install --location=global sass npm install --location=global node-gyp ``` We will also create a new file called `~/.huskyrc` and fill it with: diff --git a/setup-new-computer.sh b/setup-new-computer.sh index 169cf82..60e7482 100755 --- a/setup-new-computer.sh +++ b/setup-new-computer.sh @@ -490,7 +490,7 @@ printHeading "Installing Node and Angular CLI through NVM" printStep "Angular CLI" "npm install --location=global @angular/cli" printStep "NX" "npm install --location=global nx" printStep "Husky" "npm install --location=global husky" - printStep "Node Sass" "npm install --location=global node-sass" + printStep "Node Sass" "npm install --location=global sass" printStep "Node Gyp" "npm install --location=global node-gyp" printDivider echo "✔ Touch ~/.huskyrc"