acoustic-painter-45206
05/02/2022, 6:01 PM╰─$ console frontend:project:cleanup-dependencies && console frontend:project:install-dependencies
Store: DE | Environment: docker.dev
Cleanup frontend project dependencies
Store: DE | Environment: docker.dev
Install Project dependencies
╭─/data | Store: DE | Env: docker.dev | Debug: (.) | Testing: (.)
╰─$ console frontend:yves:install-dependencies
Store: DE | Environment: docker.dev
Install Yves dependencies
╭─/data | Store: DE | Env: docker.dev | Debug: (.) | Testing: (.)
╰─$ console frontend:yves:build
Store: DE | Environment: docker.dev
Build Yves frontend
> yves
> run-s "yves:development:* -- {@}" --
sh: run-s: not found
Attempting to build Zed fails with some issue as well:
╰─$ console frontend:zed:build
Store: DE | Environment: docker.dev
Build Zed frontend
> zed
> node ./frontend/zed/build
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module '@spryker/oryx'
A bit confused on what do I have to do next now, so some advice would be helpful.icy-sundown-8018
05/05/2022, 9:51 AMdocker/sdk cli npm ci
firstacoustic-painter-45206
05/07/2022, 10:10 AMpython3
in my container:
npm ERR! code 1
npm ERR! path /data/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /usr/bin/node /data/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli '/usr/bin/node',
npm ERR! gyp verb cli '/data/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli 'rebuild',
npm ERR! gyp verb cli '--verbose',
npm ERR! gyp verb cli '--libsass_ext=',
npm ERR! gyp verb cli '--libsass_cflags=',
npm ERR! gyp verb cli '--libsass_ldflags=',
npm ERR! gyp verb cli '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@16.14.2 | linux | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "/usr/bin/python3" in the PATH
npm ERR! gyp verb `which` failed Error: not found: /usr/bin/python3
acoustic-painter-45206
05/07/2022, 10:11 AMspryker/php:80-alpine3.15
acoustic-painter-45206
05/08/2022, 9:03 PMacoustic-painter-45206
05/08/2022, 9:03 PM