apm
apm copied to clipboard
apm install hangs
I'm running this with strict-ssl=false because of internal proxy server issues.
The command runs with the following, and hangs indefinitely:
apm install terminal-plus --verbose
Installing terminal-plus to /home/mrichman/.atom/packages REQUEST { url: 'https://atom.io/api/packages/terminal-plus',
json: true,
retries: 4,
strictSSL: false,
headers: { 'User-Agent': 'npm/3.10.5 node/v6.9.5 linux x64' },
callback: [Function],
method: 'GET' }
REQUEST make request https://atom.io/api/packages/terminal-plus
REQUEST onRequestResponse https://atom.io/api/packages/terminal-plus 200 { server: 'Cowboy',
connection: 'close',
date: 'Tue, 23 May 2017 20:44:26 GMT',
status: '200 OK',
'x-frame-options': 'DENY',
'x-xss-protection': '1; mode=block',
'x-content-type-options': 'nosniff',
'strict-transport-security': 'max-age=631152000',
'content-security-policy': 'default-src \'self\'; connect-src \'self\'; font-src https://github-atom-io-herokuapp-com.global.ssl.fastly.net; frame-src \'self\' https://www.youtube.com; img-src https://* \'self\' https://github-atom-io-herokuapp-com.global.ssl.fastly.net data:; media-src \'self\'; object-src \'self\' https://github-atom-io-herokuapp-com.global.ssl.fastly.net; script-src \'self\' \'unsafe-inline\' https://ssl.google-analytics.com https://www.google-analytics.com https://platform.twitter.com https://github-atom-io-herokuapp-com.global.ssl.fastly.net; style-src \'self\' \'unsafe-inline\' https://github-atom-io-herokuapp-com.global.ssl.fastly.net;',
'x-request-id': '258ac80b-d9ff-455c-b8f8-09782201142a',
'x-runtime': '0.006737',
'x-rack-cache': 'miss',
'content-type': 'application/json; charset=utf-8',
etag: 'W/"85493e3f4b08b5f892d692df3277caff"',
'cache-control': 'max-age=0, private, must-revalidate',
vary: 'Origin',
via: '1.1 vegur' }
REQUEST reading response's body
REQUEST finish init function https://atom.io/api/packages/terminal-plus
apm 1.17.0 npm 3.10.5 node 6.9.5 x64 python 2.7.12 git 2.7.4
I'm having the exact same issue. Any news?
Still broken. Still can't use Atom.
Same issue.
The issue remains
The issue still exists... i am unable to install any packages in atom nor with "apm install". I tried to install ide-python package. I use arch btw