Closed
Description
Versions
Angular CLI: 1.7.3
Node: 8.9.4
OS: win32 x64
Repro steps
- ng new first-app
Observed behavior
npm WARN deprecated nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to https://npmjs.registry.org/@types%2fjasmine failed, reason: getaddrinfo ENOTFOUND npmjs.registry.org npmjs.registry.org: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\Anand\AppData\Roaming\npm-cache\_logs\2018-03-10T10_28_09_269Z-debug.log
Error: Package install failed, see above.
Package install failed, see above.
Desired behavior
I expect a new folder named first-app created in the desired location.
Mention any other details that might be useful (optional)
I checked in my laptop for proxt settings and it is disabled.