- Hands-On Machine Learning with JavaScript
- Burak Kanber
- 170字
- 2021-06-25 21:38:19
Installing Node.js
If you're a macOS user, the easiest way to install Node.js is through a package manager such as Homebrew or MacPorts. For best compatibility with the examples in this book, install Node.js version 9.4.0 or greater.
Windows users can also use the Chocolatey package manager to install Node.js, otherwise you may follow the instructions on the Node.js current download page: https://nodejs.org/en/.
Linux users should be careful if installing Node.js through their distribution's package manager, as the shipped version of Node.js may be a much older version. If your package manager uses a version older than V8, you may either add a repository to your package manager, build from source, or install from binary, as appropriate for your system.
Once you've installed Node.js, ensure that it runs and is the correct version by running node --version from the command line. The output will look like the following:
$ node --version
V9.4.0
This is also a good time to test that npm also works:
$ npm --version
5.6.0
- 人工智能超越人類
- Dreamweaver CS3網(wǎng)頁(yè)設(shè)計(jì)50例
- 精通Windows Vista必讀
- Hands-On Neural Networks with Keras
- PIC單片機(jī)C語(yǔ)言非常入門與視頻演練
- 傳感器技術(shù)應(yīng)用
- Cloudera Administration Handbook
- Mastering ServiceNow Scripting
- 嵌入式操作系統(tǒng)原理及應(yīng)用
- SQL Server數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)(第2版)
- Photoshop CS4數(shù)碼照片處理入門、進(jìn)階與提高
- 貫通Java Web輕量級(jí)應(yīng)用開(kāi)發(fā)
- Instant Slic3r
- Hands-On Geospatial Analysis with R and QGIS
- Eclipse全程指南