- 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
- Go Machine Learning Projects
- 計算機系統(tǒng)結(jié)構(gòu)
- 高維聚類知識發(fā)現(xiàn)關(guān)鍵技術(shù)研究及應用
- 基于單片機的嵌入式工程開發(fā)詳解
- Learning ServiceNow
- Introduction to R for Business Intelligence
- Web編程基礎
- Spark大數(shù)據(jù)商業(yè)實戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- 生成對抗網(wǎng)絡項目實戰(zhàn)
- 機床電氣控制與PLC
- 運動控制系統(tǒng)(第2版)
- 計算智能算法及其生產(chǎn)調(diào)度應用
- Redash v5 Quick Start Guide
- Oracle 11g Anti-hacker's Cookbook
- 單片機C51應用技術(shù)