- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Sam Williams
- 165字
- 2021-07-16 17:45:13
Installing Node and NPM
Node is the runtime that allows us to run JavaScript code on a server. It has gained massive favor over the last few years and is powering applications in almost every sector of technology. It is also one of the runtimes that can be chosen on Lambda functions.
Along with Node, we get Node Package Manager (npm), which is the largest ecosystem of open source libraries in the world. This is great for us and we'll be using some of these packages throughout this book.
To install Node and npm you can download the installation packages from nodejs.org or through a package manager. Make sure that you install at least version 8.11.1 because we will be using async/await in our work, and this requires at least version 8. Once you have installed everything you can test that it's working by typing node -v ; you should get something like v8.11.1. You can also test npm by typing npm -v.
- 物聯(lián)網(wǎng)智慧安監(jiān)技術(shù)
- 面向物聯(lián)網(wǎng)的CC2530與傳感器應(yīng)用開發(fā)
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- 工業(yè)控制網(wǎng)絡(luò)安全技術(shù)與實(shí)踐
- Oracle SOA Suite 11g Performance Tuning Cookbook
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應(yīng)用
- 數(shù)字調(diào)制解調(diào)技術(shù)的MATLAB與FPGA實(shí)現(xiàn):Altera/Verilog版(第2版)
- Spring 5.0 Projects
- 網(wǎng)管員必讀:網(wǎng)絡(luò)管理(第2版)
- The Kubernetes Workshop
- 搶占下一個(gè)智能風(fēng)口:移動物聯(lián)網(wǎng)
- Working with Legacy Systems
- Hands-On Bitcoin Programming with Python
- 網(wǎng)絡(luò)信息安全工程技術(shù)與應(yīng)用分析
- 物聯(lián)網(wǎng)技術(shù)與實(shí)踐