- 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.
- 網管員典藏書架:網絡管理與運維實戰寶典
- 從區塊鏈到Web3:構建未來互聯網生態
- 數字烏托邦
- Proxmox High Availability
- 互聯網安全的40個智慧洞見:2015年中國互聯網安全大會文集
- 世界互聯網發展報告·2019
- Mastering Dart
- 新手易學:新手學淘寶開店
- Windows Server 2012 Hyper-V虛擬化管理實踐
- INSTANT LinkedIn Customization How-to
- 云工廠:開啟中國制造云時代
- 物聯網基礎及應用
- Hands-On Reactive Programming in Spring 5
- Python Web Scraping Cookbook
- Architecting Data:Intensive Applications