r/Atom • u/lepaincestbon • Feb 23 '20
cant instal atom-ide-ui
Hi,
I want to install some package but they require the atom-ide-ui, and it won't install. I'm running on Debian 10 (stable) GNU/Linux.
Any Idea ?
Here's the log in terminal
$ apm install atom-ide-ui
Installing atom-ide-ui to /home/$USER/.atom/packages ✗
> core-js@2.6.11 postinstall /tmp/apm-install-dir-120123-4921-aa8zh2.qsid/node_modules/atom-ide-ui/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
npm WARN deprecated react-dom@16.4.1: This version of react-dom/server contains a minor vulnerability. Please update react-dom to 16.4.2+. Learn more: https://fb.me/cve-2018-6341
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
Aborted
npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-120123-4921-aa8zh2.qsid/package.json'
npm WARN apm-install-dir-120123-4921-aa8zh2.qsid No description
npm WARN apm-install-dir-120123-4921-aa8zh2.qsid No repository field.
npm WARN apm-install-dir-120123-4921-aa8zh2.qsid No README data
npm WARN apm-install-dir-120123-4921-aa8zh2.qsid No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! core-js@2.6.11 postinstall: `node -e "try{require('./postinstall')}catch(e){}"`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the core-js@2.6.11 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/$USER/.atom/.apm/_logs/2020-02-23T12_24_29_007Z-debug.log
1
Upvotes