Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

installation fails #991

Open
RafalSkolasinski opened this issue Feb 20, 2020 · 5 comments
Open

installation fails #991

RafalSkolasinski opened this issue Feb 20, 2020 · 5 comments

Comments

@RafalSkolasinski
Copy link

Installation does not work

Installing “go-plus@6.1.0” failed.Hide output…

> core-js@2.6.11 postinstall /tmp/apm-install-dir-120119-16496-1ufwxwi.7hr6/node_modules/go-plus/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 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.
Aborted
npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-120119-16496-1ufwxwi.7hr6/package.json'
npm WARN etch-octicon@2.0.0 requires a peer of etch@^0.12.7 but none is installed. You must install peer dependencies yourself.
npm WARN apm-install-dir-120119-16496-1ufwxwi.7hr6 No description
npm WARN apm-install-dir-120119-16496-1ufwxwi.7hr6 No repository field.
npm WARN apm-install-dir-120119-16496-1ufwxwi.7hr6 No README data
npm WARN apm-install-dir-120119-16496-1ufwxwi.7hr6 No license field.

npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/rskolasinski/.atom/.apm/_logs/2020-02-19T23_51_53_999Z-debug.log
@mediafinger
Copy link

My installation fails with a different error:

175 verbose stack     at process._tickCallback (internal/process/next_tick.js:63:19)
176 verbose cwd /private/var/folders/r9/gwsfr97n5nzbcr2xw35_75280000gn/T/apm-install-dir-120128-15690-hhlloh.yo8le
177 verbose Darwin 18.7.0
178 verbose argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/andy/.atom/.apm/.apmrc" "--userconfig" "/Users/andy/.atom/.apmrc" "install" "https://www.atom.io/api/packages/go-plus/versions/6.1.0/tarball" "--target=4.2.7" "--disturl=https://atom.io/download/electron" "--arch=x64" "--global-style"
179 verbose node v10.2.1
180 verbose npm  v6.2.0
181 error code Z_BUF_ERROR
182 error errno -5
183 error zlib: unexpected end of file
184 verbose exit [ -5, true ]

@Edwing123
Copy link

I think I'm having the same error like @RafalSkolasinski

go-plus-installation-error

@ibreakthecloud
Copy link

same as @RafalSkolasinski

$ apm install go-plus
Installing go-plus to /home/karn/.atom/packages ✗

> core-js@2.6.11 postinstall /tmp/apm-install-dir-120329-391792-1fjcpd3.owwtg/node_modules/go-plus/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 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.
Aborted (core dumped)
npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-120329-391792-1fjcpd3.owwtg/package.json'
npm WARN etch-octicon@2.0.0 requires a peer of etch@^0.12.7 but none is installed. You must install peer dependencies yourself.
npm WARN apm-install-dir-120329-391792-1fjcpd3.owwtg No description
npm WARN apm-install-dir-120329-391792-1fjcpd3.owwtg No repository field.
npm WARN apm-install-dir-120329-391792-1fjcpd3.owwtg No README data
npm WARN apm-install-dir-120329-391792-1fjcpd3.owwtg No license field.

npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/karn/.atom/.apm/_logs/2020-04-29T08_55_25_195Z-debug.log

@msama
Copy link

msama commented May 15, 2020

Try this #1023

Or download my fork https://github.com/msama/go-plus and run apm link from the git root folder. It worked for me.

@dkotik
Copy link

dkotik commented May 21, 2020

Same issue for me. @msama your fork worked, but I needed to also run npm install . in go-plus folder.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants