Skip to content

Instantly share code, notes, and snippets.

@mkk360
Created November 28, 2019 15:34
Show Gist options
  • Select an option

  • Save mkk360/88deef0b2f5186cb2c81768ed1650ea8 to your computer and use it in GitHub Desktop.

Select an option

Save mkk360/88deef0b2f5186cb2c81768ed1650ea8 to your computer and use it in GitHub Desktop.
Sass Install Process
> Install Node.js https://nodejs.org/en/
> Open cmd from run or keyboard: windows+r and write cmd.
> Check Node version.
write: node -v (press enter)
> Source Folder:
write: dir, cd desktop , dir, cd source_folder_name.
> Install NPM (Node Package Manager)
write: npm init -y
https://www.jamesedwards.name/npm-compile-sass
https://github.com/sass/node-sass#command-line-interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment