Skip to content

Instantly share code, notes, and snippets.

@bldewolf
Last active December 11, 2018 21:57
Show Gist options
  • Save bldewolf/f9a2f1d56bfbd246eb5778c42b743fc6 to your computer and use it in GitHub Desktop.
Save bldewolf/f9a2f1d56bfbd246eb5778c42b743fc6 to your computer and use it in GitHub Desktop.
galaxy.dependencies.optional: no config file found
The Galaxy client has not yet been built and will be built now.
Installing node into /opt/galaxy/galaxy-release_18.09/.venv with nodeenv.
* Install prebuilt node (9.11.1) ..... done.
* Appending data to /opt/galaxy/galaxy-release_18.09/.venv/bin/activate
* Appending data to /opt/galaxy/galaxy-release_18.09/.venv/bin/activate.fish
Installing yarn into /opt/galaxy/galaxy-release_18.09/.venv with npm.
/opt/galaxy/galaxy-release_18.09/.venv/bin/yarn -> /opt/galaxy/galaxy-release_18.09/.venv/lib/node_modules/yarn/bin/yarn.js
/opt/galaxy/galaxy-release_18.09/.venv/bin/yarnpkg -> /opt/galaxy/galaxy-release_18.09/.venv/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.12.3
added 1 package in 0.909s
yarn install v1.12.3
[1/4] Resolving packages...
[2/4] Fetching packages...
yarn run v1.12.3
$ NODE_ENV=production gulp staging && concurrently "yarn run style" "yarn run webpack-production-maps" "yarn run gulp clean && yarn run gulp-production-maps" && yarn run save-build-hash
/bin/sh: gulp: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: Galaxy client build failed. See ./client/README.md for more information, including how to get help.
├─ @gulp-sourcemaps/identity-map@1.0.1
├─ @gulp-sourcemaps/map-sources@1.0.0
├─ gulp-babel@7.0.1
├─ gulp-beautify@2.0.1
├─ gulp-cached@1.1.1
├─ gulp-if@2.0.2
│ ├─ gulp-match@^1.0.3
├─ gulp-match@1.0.3
├─ gulp-plumber@1.2.0
├─ gulp-sass@4.0.1
├─ gulp-sourcemaps@2.6.4
│ ├─ @gulp-sourcemaps/identity-map@1.X
│ ├─ @gulp-sourcemaps/map-sources@1.X
├─ gulp-uglify@3.0.0
│ ├─ gulplog@^1.0.0
│ ├─ has-gulplog@^0.1.0
├─ gulp-util@3.0.8
│ ├─ gulplog@^1.0.0
│ ├─ has-gulplog@^0.1.0
├─ gulp-watch@5.0.0
│ ├─ gulp-util@^3.0.7
├─ gulp@3.9.1
│ ├─ gulp-util@^3.0.0
├─ gulplog@1.0.0
├─ has-gulplog@0.1.0
~/galaxy-release_18.09/client $ yarn run gulp
yarn run v1.12.3
error Command "gulp" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment