[AC-6391] Atom Package: winreglib error when installing package 1.9.1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-07-01T10:41:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | atom, linux |
Reporter | Michael Gangolf |
Assignee | Ewan Harris |
Created | 2019-10-02T11:59:27.000+0000 |
Updated | 2021-07-01T10:41:52.000+0000 |
Description
When installing the Atom package 1.9.1 in the latest Kubuntu version I'll end up with:
> winreglib@1.0.5 install /tmp/apm-install-dir-11992-12866-1gxwalu.vzkz/node_modules/appcelerator-titanium/node_modules/winreglib
> node -e "process.platform === 'win32' && require('node-gyp-build/bin.js')"
Aborted (core dumped)
npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-11992-12866-1gxwalu.vzkz/package.json'
npm WARN apm-install-dir-11992-12866-1gxwalu.vzkz No description
npm WARN apm-install-dir-11992-12866-1gxwalu.vzkz No repository field.
npm WARN apm-install-dir-11992-12866-1gxwalu.vzkz No README data
npm WARN apm-install-dir-11992-12866-1gxwalu.vzkz No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! winreglib@1.0.5 install: node -e "process.platform === 'win32' && require('node-gyp-build/bin.js')"
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the winreglib@1.0.5 install 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/2019-10-02T11_40_05_681Z-debug.log
*Command:* apm install appcelerator-titanium
*workaround:* installing apm install appcelerator-titanium@1.9.0
[~michael], Thanks for letting us know. Which version of node you are using?
I'm working with Michael on looking into this