node.js
다운로드하러가기- LTS(Long Term Supported) 버전 : 안정성과 보안성에 초점을 두어 개발 (서버로 사용할려면 LTS를 사용)
- Current : 잦은 업데이트를 진행 (프론트엔드 개발쪽은 Current 추천)
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\user>node -v
v14.15.1
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\user>npm -v
6.14.8
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\user>npm install -g sass
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\user>e:
E:\>cd project
E:\project>
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\user>sass scss/input.scss:css/output.css
Microsoft Windows [Version 10.0.18363.1256]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\user>sass --watch scss/input.scss css/output.css