I run this for first time:
npm install and get this:
npm WARN engine laravel-mix@0.8.9: wanted: {"node":">=6.0.0"} (current: {"node":"4.4.7","npm":"2.15.8"})
npm WARN engine webpack-dev-server@2.4.2: wanted: {"node":">=4.7"} (current: {"node":"4.4.7","npm":"2.15.8"})
npm WARN optional dep failed, continuing fsevents@1.1.1
What can I do about these warnings? How do I upgrade to what it wants?
My 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"
via maxit