Seems to be a proxy issue:
02.07.16 18:54:59.000 [RTR] OUT 127.0.0.1 - - to dummy:51007 "GET /squel H
TTP/1.1" 404 sent 43 in 52 by 004-76c31eb6-ca97-4cb5-9439-d2e0ca2b8c5e
02.07.16 18:54:59.492 [APP/368575-0] OUT http --> ERR, req: 'GET https://re
gistry.npmjs.org/squel', error: tunneling socket could not be established, cause
=Parse Error
Used this:
xs set-env di-local-npm-registry UPSTREAM_LINK "https://registry.npmjs.org/"
xs set-env di-local-npm-registry HTTP_PROXY "http_proxy=http://proxy....:8080"
xs set-env di-local-npm-registry HTTPS_PROXY "http_proxy=http://proxy.....:8080"
xs set-env di-local-npm-registry NO_PROXY: ........
What does that mean?
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Could I download the npm by myself and install it.
(Only for this case, if we don't get this proxy issue fixed)