安裝node
檢測path環境變數是否配置了node.js
c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;
c:\python32\python;c:\mingw\bin;c:\program files\gtk2-runtime\lib;
c:\program files\mysql\mysql server 5.5\bin;c:\program files\nodejs\;
檢查node版本,檢視是否安裝成功
檢視配置
c:\users\administrator>npm config ls
; cli configs
metrics-registry = ""
scope = ""
user-agent = "npm/5.6.0 node/v10.2.0 win32 x64"
; userconfig c:\users\administrator\.npmrc
cache = "d:\\npm\\node_cache"
prefix = "d:\\npm\\global_node_modules"
registry = ""
; builtin config undefined
; node bin location = d:\program files\nodejs\node.exe
; cwd = c:\users\administrator
; home = c:\users\administrator
; "npm config ls -l" to show all defaults.
npm config set prefix 'd:\npm\global_node_modules'
npm config set cache 'd:\npm\node_cache'
更改以後需要修改環境變數:
先在使用者變數裡面新建明為path的變數,值為d:\npm\global_node_modules
然後在系統變數裡面新建乙個叫node_path的變數,值為d:\npm\global_node_modules\node_modules
更換npm的倉庫源位址
安裝webpack測試
Node和vue安裝配置
001 裝node問題 之前的安裝包會顯示,未知的發布者。之後正常的可以正常顯示發布商。002 裝 映象 先設定全域性目錄所有以全域性安裝的包都被安裝在這 使用命令列 npm config setcache e nodejs node cache npm config setprefix e nod...
配置和安裝node開發環境軟體
參考自極客學院node.js教程 安裝的軟體 virtualbox 虛擬機器centos xshell和xftp node.js mongodb redis subline text webstorm 一 安裝virtualbox 新建 名稱 node.js 型別 linux 版本 other li...
node安裝和環境變數配置
npm err windows nt 10.0.14393 npm err ar c program files nodejs node.exe c program files nodejs node modules npm bin npm cli.js uninstall express g np...