I try to install npm to use vue.js in my laravel project but I get this error when I execute the npm install
command:
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/lodash failed, reason: connect ETIMEDOUT 151.101.4.162:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\alberto89\AppData\Roaming\npm-cache\_logs18-04-17T20_25_48_205Z-debug.log
I am using the version of node: v9.11.1
and the version of npm: 5.6.0
. dear colleagues that may happen.