我跑這對於第一次:NPM安裝的問題,碰到一些問題
NPM安裝並得到這樣的:
npm WARN engine [email protected]: wanted: {"node":">=6.0.0"} (current: {"node":"4.4.7","npm":"2.15.8"})
npm WARN engine [email protected]: wanted: {"node":">=4.7"} (current: {"node":"4.4.7","npm":"2.15.8"})
npm WARN optional dep failed, continuing [email protected]
我能做些什麼這些警告?我如何升級到它想要的?
我的package.json "devDependencies": { "axios": "^0.15.3", "bootstrap-sass": "^3.3.7", "jquery": "^3.1.1", "laravel-mix": "^0.8.1", "lodash": "^4.17.4", "vue": "^2.1.10"
升級您的節點的版本,它說在警告這樣的權利。 – Ohgodwhy
更新節點後,我應該再次運行npm install嗎?現在它已經安裝了很多東西 –