1. 程式人生 > 其它 >Choco安裝npm

Choco安裝npm

技術標籤:日積跬步

安裝依賴


1.安裝Chocolatey

https://chocolatey.org/install

依次執行命令

Get-ExecutionPolicy
Set-ExecutionPolicy Bypass -Scope Process
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

chcoc安裝完畢

2.安裝meteor

 choco install meteor -y

3.安裝npm

PS C:\WINDOWS\system32> cd D:\Rasa-Graph-Robot\botfront-master\botfront-master\botfront
PS D:\Rasa-Graph-Robot\botfront-master\botfront-master\botfront> meteor npm install
[            ......] - extract:p-try: sill extract [email protected]