- Mastering Sass
- Luke Watts
- 114字
- 2021-07-14 10:28:18
Node and NPM
Node is somewhat more straightforward to install and update. I'm running 4.2.1; however, 5.0.0 is the most up-to-date release.
Note
You will need NodeJS to follow along with Chapter 6, Gulp – Automating Tasks for a Faster Workflow, and Chapter 7, Sourcemaps – Editing and Saving in the Browser.
You can install/update NodeJS by simply downloading and installing Node from https://nodejs.org/en/download/.
Also, running the installers with Node already installed will simply update Node, so there is actually no need to uninstall Node first.
To check your version of Node, you can open the command line and type (I'm sure you can guess it by now...) the following command:
node -v
推薦閱讀
- 構建高可用Linux服務器(第4版)
- Ganglia系統監控
- Extending Bootstrap
- Python基礎教程(第3版)
- Moodle 3.x Teaching Techniques(Third Edition)
- Mastering Reactive JavaScript
- jQuery UI Cookbook
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Raspberry Pi入門指南
- Windows網絡編程(第2版)
- BuddyPress Theme Development
- Windows 8玩全不求人
- Website Development with PyroCMS
- iOS Programming Cookbook
- Mastering Spring Cloud