galenframework-cli
galenframework-cli copied to clipboard
[email protected] postinstall: `node postinstall.js`
- [ x] I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
What did you do?
npm i -g galenframework-cli
What did you expect to happen?
ℹSuccessfully install and link gallenframework-cli
What happened instead?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node postinstall.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! C:\Users<username>\AppData\Roaming\npm-cache_logs\2019-01-02T11_17_57_295Z-debug.log
Your Environment
Node v10.13.0 npm 6.4.1 Windows 10 Pro
can you post the contents of C:\Users
could you past the last 200-300 lines, otherwise attach the file here via drag and drop
strange, on the ci windows build it's working, can you try the following:
- Install via admin shell
- if also not working please run
npm install -g galenframework-cli --verbose
BTW: Are you using power shell or command prompt to instal?
strange, on the ci windows build it's working, can you try the following:
- Install via admin shell
- if also not working please run
npm install -g galenframework-cli --verbose
BTW: Are you using power shell or command prompt to instal?
2019-01-02T15_41_05_804Z-debug.log
I was installing this as admin - above is the log with --verbose
could you try using node 8? node 6 is out of support and will reach end of life in the next months:
https://nodejs.org/en/about/releases/
From my log I believe I am using node v10.13.0?
you're right. I mixed npm and nodejs. Sorry,
What is the output if you run the following?
cd C:\Users\Mark Cullen\AppData\Roaming\npm\node_modules\galenframework-cli
node postinstall.js
I cannot run this as it cleans up the galenframework-cli directory when the install fails. I did however copy the postinstall.js file out of the folder during the installation and tried opening it but it won't open.
can you try version 2.4.2?
Same result I'm afraid :-(
also with 2.4.4?
Facing same issue with 2.4.4.
@info007 I am also facing same issue with 2.4.4. Have you been able to solve it?
Works for me now with npm i -g galenframework-cli
. I was using yarn add galenframework-cli
before which did not work somehow.