Giter Site home page Giter Site logo

build bug about kungfu HOT 1 CLOSED

kungfu-origin avatar kungfu-origin commented on July 25, 2024 1
build bug

from kungfu.

Comments (1)

ArtificialZeng avatar ArtificialZeng commented on July 25, 2024

[4/4] Building fresh packages...
$ yarn wsrun --serial install-deps && npm config set kungfu-core:runtime electron
yarn run v1.22.19
$ /root/kungfu/node_modules/.bin/wsrun --serial install-deps
kungfu-core
$ cross-env PIPENV_TIMEOUT=600 pipenv --three install
| events.js:174
| throw er; // Unhandled 'error' event
| ^
|
| Error: spawn pipenv ENOENT
| at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
| at onErrorNT (internal/child_process.js:415:16)
| at process._tickCallback (internal/process/next_tick.js:63:19)
| at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
| at startup (internal/bootstrap/node.js:283:19)
| at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
| Emitted 'error' event at:
| at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
| at onErrorNT (internal/child_process.js:415:16)
| [... lines matching original stack trace ...]
| at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
| yarn install-deps failed with exit code 1
kungfu
$ electron-builder install-app-deps
| • electron-builder version=21.2.0
| • loaded configuration file=package.json ("build" field)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
root@container-fed111b7ac-72dc9967:/kungfu# yarn
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
$ yarn wsrun --serial install-deps && npm config set kungfu-core:runtime electron
yarn run v1.22.19
$ /root/kungfu/node_modules/.bin/wsrun --serial install-deps
kungfu-core
$ cross-env PIPENV_TIMEOUT=600 pipenv --three install
| events.js:174
| throw er; // Unhandled 'error' event
| ^
|
| Error: spawn pipenv ENOENT
| at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
| at onErrorNT (internal/child_process.js:415:16)
| at process._tickCallback (internal/process/next_tick.js:63:19)
| at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
| at startup (internal/bootstrap/node.js:283:19)
| at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
| Emitted 'error' event at:
| at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
| at onErrorNT (internal/child_process.js:415:16)
| [... lines matching original stack trace ...]
| at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
| yarn install-deps failed with exit code 1
kungfu
$ electron-builder install-app-deps
| • electron-builder version=21.2.0
| • loaded configuration file=package.json ("build" field)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
root@container-fed111b7ac-72dc9967:
/kungfu# yarn
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
$ yarn wsrun --serial install-deps && npm config set kungfu-core:runtime electron
yarn run v1.22.19
$ /root/kungfu/node_modules/.bin/wsrun --serial install-deps
kungfu-core
$ cross-env PIPENV_TIMEOUT=600 pipenv --three install
| events.js:174
| throw er; // Unhandled 'error' event
| ^
|
| Error: spawn pipenv ENOENT
| at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
| at onErrorNT (internal/child_process.js:415:16)
| at process._tickCallback (internal/process/next_tick.js:63:19)
| at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
| at startup (internal/bootstrap/node.js:283:19)
| at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
| Emitted 'error' event at:
| at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
| at onErrorNT (internal/child_process.js:415:16)
| [... lines matching original stack trace ...]
| at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
| yarn install-deps failed with exit code 1
kungfu
$ electron-builder install-app-deps
| • electron-builder version=21.2.0
| • loaded configuration file=package.json ("build" field)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
root@container-fed111b7ac-72dc9967:~/kungfu#

from kungfu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.