pomotroid icon indicating copy to clipboard operation
pomotroid copied to clipboard

chore(deps-dev): update electron-builder to 23.0.3 to resolve build f…

Open liushuai0109 opened this issue 3 years ago • 0 comments

  • update electron-builder to 23.0.3 to resolve a build error.
 ⨯ Exit code: ENOENT. spawn /usr/bin/python ENOENT  stackTrace=
                                                                 Error: Exit code: ENOENT. spawn /usr/bin/python ENOENT
                                                                     at /My/path/to/pomotroid/node_modules/builder-util/src/util.ts:129:16
                                                                     at exithandler (child_process.js:390:5)
                                                                     at ChildProcess.errorhandler (child_process.js:402:5)
                                                                     at ChildProcess.emit (events.js:400:28)
                                                                     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:12)
                                                                     at onErrorNT (internal/child_process.js:472:16)
                                                                     at processTicksAndRejections (internal/process/task_queues.js:82:21)
  • update eslint-plugin-vue to 9.1.0 to resolve peer dependencies conflict
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^7.26.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^5.0.0 || ^6.0.0" from [email protected]
npm ERR! node_modules/eslint-plugin-vue
npm ERR!   dev eslint-plugin-vue@"^6.2.2" from the root project

liushuai0109 avatar Jun 07 '22 06:06 liushuai0109