go-plus icon indicating copy to clipboard operation
go-plus copied to clipboard

installation fails

Open RafalSkolasinski opened this issue 5 years ago • 5 comments

Installation does not work

Installing “[email protected]” failed.Hide output…

> [email protected] 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 [email protected]: 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 [email protected] 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

RafalSkolasinski avatar Feb 20 '20 00:02 RafalSkolasinski

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 ]

mediafinger avatar Feb 28 '20 14:02 mediafinger

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

go-plus-installation-error

Edwing123 avatar Mar 08 '20 16:03 Edwing123

same as @RafalSkolasinski

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

> [email protected] 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 [email protected]: 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 [email protected] 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

ibreakthecloud avatar Apr 29 '20 09:04 ibreakthecloud

Try this https://github.com/joefitzgerald/go-plus/pull/1023

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

msama avatar May 15 '20 13:05 msama

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

dkotik avatar May 21 '20 11:05 dkotik