create-proton-app: Install Error

Hello!

Not sure if this is related to create-proton-app or Proton or similar. I haven’t been able to successfully create the starter project.

  • Mac Os sierra
  • NPM V5.6.0
  • NODE 10
  • NVM

My log below, any help / direction would be appreciated.

Thanks

15221 verbose stack Error: libui-node@0.2.0 install: `libui-download && autogypi && npm run build`
15221 verbose stack Exit status 1
15221 verbose stack     at EventEmitter.<anonymous> (/Users/mmarquez/.nvm/versions/node/v8.9.4/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
15221 verbose stack     at emitTwo (events.js:126:13)
15221 verbose stack     at EventEmitter.emit (events.js:214:7)
15221 verbose stack     at ChildProcess.<anonymous> (/Users/mmarquez/.nvm/versions/node/v8.9.4/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
15221 verbose stack     at emitTwo (events.js:126:13)
15221 verbose stack     at ChildProcess.emit (events.js:214:7)
15221 verbose stack     at maybeClose (internal/child_process.js:925:16)
15221 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
15222 verbose pkgid libui-node@0.2.0
15223 verbose cwd /Users/mmarquez/Downloads/proton-native-master 2/react-app
15224 verbose Darwin 16.6.0
15225 verbose argv "/Users/mmarquez/.nvm/versions/node/v8.9.4/bin/node" "/Users/mmarquez/.nvm/versions/node/v8.9.4/bin/npm" "install"
15226 verbose node v8.9.4
15227 verbose npm  v5.6.0
15228 error code ELIFECYCLE
15229 error errno 1
15230 error libui-node@0.2.0 install: `libui-download && autogypi && npm run build`
15230 error Exit status 1
15231 error Failed at the libui-node@0.2.0 install script.
15231 error This is probably not a problem with npm. There is likely additional logging output above.
15232 verbose exit [ 1, true ]

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (1 by maintainers)

Most upvoted comments

Hey ! 😃

So – that fixed the issue – install was succesful. Sorry about that, didn’t consider it to be an issue as it was not even the root directory – but kind of makes sense due to the kind of project.

Many thanks!

Was about to suggest that.

Not annoying – @albe-rosado ! Thanks for the quick response – XCode is installed (v8.3.2).

Possible to be an issue with nvm? I got this to run in my home computer (mac, sierra), which I don’t use nvm (still couldn’t package/build the app – but one issue at the time).