Pim-community-dev: Garn laufen Webpack, Erlaubnis verweigert

Erstellt am 2. Nov. 2017  ·  8Kommentare  ·  Quelle: akeneo/pim-community-dev

Hallo,
Mit Akeneo CE 2.0.0 habe ich dieses Problem

root<strong i="7">@fd5447edca6a</strong>:/var/www/html/pim-community-standard# yarn --verbose run webpack
yarn run v1.2.1
warning package.json: No license field
verbose 0.345 Checking for configuration file "/var/www/html/pim-community-standard/.npmrc".
verbose 0.345 Checking for configuration file "/usr/local/share/.npmrc".
verbose 0.345 Checking for configuration file "/usr/etc/npmrc".
verbose 0.345 Checking for configuration file "/root/.npmrc".
verbose 0.346 Checking for configuration file "/var/www/html/pim-community-standard/.npmrc".
verbose 0.346 Checking for configuration file "/var/www/html/.npmrc".
verbose 0.346 Checking for configuration file "/var/www/.npmrc".
verbose 0.346 Checking for configuration file "/var/.npmrc".
verbose 0.347 Checking for configuration file "/var/www/html/pim-community-standard/.yarnrc".
verbose 0.347 Checking for configuration file "/usr/local/share/.yarnrc".
verbose 0.347 Found configuration file "/usr/local/share/.yarnrc".
verbose 0.347 Checking for configuration file "/usr/etc/yarnrc".
verbose 0.347 Checking for configuration file "/root/.yarnrc".
verbose 0.348 Checking for configuration file "/var/www/html/pim-community-standard/.yarnrc".
verbose 0.348 Checking for configuration file "/var/www/html/.yarnrc".
verbose 0.348 Checking for configuration file "/var/www/.yarnrc".
verbose 0.348 Checking for configuration file "/var/.yarnrc".
verbose 0.351 current time: 2017-11-03T09:07:03.706Z
$ yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod
warning package.json: No license field
/bin/sh: 1: webpack: Permission denied
verbose 0.979 Error: Command failed with exit code 126.
    at /usr/share/yarn/lib/cli.js:35603:15
    at Generator.throw (<anonymous>)
    at step (/usr/share/yarn/lib/cli.js:92:30)
    at /usr/share/yarn/lib/cli.js:105:13
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
error Command failed with exit code 126.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Ich teste mit dem 2.0.5 Patch und es ist identisch

Garn -v : 1.2.1
Debian-Strech
nodejs v8.9.0

Waiting for feedback

Hilfreichster Kommentar

Hallo @Philippe-M

Könnten Sie es mit Knoten 8.2.1 und Garn 1.0.0 versuchen und uns bei Problemen mitteilen? Hatten Sie Probleme beim Ausführen von yarn install ?

Dankeschön

Alle 8 Kommentare

Hallo @Philippe-M

Könnten Sie es mit Knoten 8.2.1 und Garn 1.0.0 versuchen und uns bei Problemen mitteilen? Hatten Sie Probleme beim Ausführen von yarn install ?

Dankeschön

Hey @Philippe-M Gibt es ein Update zu diesem Problem? Hast du es zum Laufen gebracht?

Grüße,
Tamara

Habe das gleiche Problem mit
Knoten: v6.13.1
Garn: 1.3.2
php: 7.1.5
Akeneo 2.1.7 (Community)

$ yarn run webpack
yarn run v1.3.2 warning package.json: No license field $ /opt/bitnami/nodejs/bin/yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod warning package.json: No license field $ NODE_PATH=node_modules /opt/bitnami/nodejs/bin/node $npm_package_config_check --source=$npm_package_config_source /bin/sh: 1: webpack: Permission denied error Command failed with exit code 126.

Zur Info: Problem durch Installation von Webpack behoben. Webpack wurde nicht installiert

Hallo, ich erstelle einen neuen Test mit akeneo 2.3.11, um 2.3.12 zu aktualisieren und nachdem ich diesen Befehl verwendet habe

service php7.1-fpm restart
rm -rf var/cache/* ./web/bundles/* ./web/css/* ./web/js/*
bin/console --env=prod pim:installer:assets
bin/console --env=prod cache:warmup

Ich habe diesen Fehler

yarn --verbose run webpack
yarn run v1.10.1
warning package.json: No license field
verbose 0.232 Checking for configuration file "/var/www/html/pim-project/.npmrc".
verbose 0.233 Checking for configuration file "/usr/local/share/.npmrc".
verbose 0.233 Checking for configuration file "/usr/etc/npmrc".
verbose 0.233 Checking for configuration file "/root/.npmrc".
verbose 0.233 Checking for configuration file "/var/www/html/pim-project/.npmrc".
verbose 0.233 Checking for configuration file "/var/www/html/.npmrc".
verbose 0.234 Checking for configuration file "/var/www/.npmrc".
verbose 0.234 Checking for configuration file "/var/.npmrc".
verbose 0.235 Checking for configuration file "/var/www/html/pim-project/.yarnrc".
verbose 0.235 Checking for configuration file "/usr/local/share/.yarnrc".
verbose 0.235 Found configuration file "/usr/local/share/.yarnrc".
verbose 0.235 Checking for configuration file "/usr/etc/yarnrc".
verbose 0.235 Checking for configuration file "/root/.yarnrc".
verbose 0.236 Checking for configuration file "/var/www/html/pim-project/.yarnrc".
verbose 0.236 Checking for configuration file "/var/www/html/.yarnrc".
verbose 0.236 Checking for configuration file "/var/www/.yarnrc".
verbose 0.236 Checking for configuration file "/var/.yarnrc".
verbose 0.24 current time: 2018-10-17T13:05:37.698Z
$ yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod
warning package.json: No license field
$ NODE_PATH=node_modules node $npm_package_config_check --source=$npm_package_config_source

You have some npm dependencies that are out of date with the PIM:

    Updated
    - webpack@^4.20.2 -> 3.5.5


Automatically syncing your dependencies...

  Running: yarn add [email protected] 

warning package.json: No license field
warning [email protected]: No license field
warning [email protected]: No license field
/bin/sh: 1: webpack: Permission denied
verbose 18.88 Error: Command failed with exit code 126.
    at MessageError.ExtendableBuiltin (/usr/share/yarn/lib/cli.js:243:66)
    at new MessageError (/usr/share/yarn/lib/cli.js:272:123)
    at /usr/share/yarn/lib/cli.js:34808:15
    at Generator.throw (<anonymous>)
    at step (/usr/share/yarn/lib/cli.js:98:30)
    at /usr/share/yarn/lib/cli.js:111:13
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)
error Command failed with exit code 126.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@Philippe-M hast du vorher versucht, yarn install auszuführen?
Das scheint das Problem behoben zu haben, das @ankit-sf gemeldet hat.

Dieses Problem ist gelöst.
Sie müssen Garn installieren und yarn run webpack starten.

Ich schließe dieses Thema,
Sie können es gerne wieder öffnen, wenn Sie weiterhin ein Problem haben.

Grüße,

Hallo @Philippe-M

Könnten Sie es mit Knoten 8.2.1 und Garn 1.0.0 versuchen und uns bei Problemen mitteilen? Hatten Sie Probleme beim Ausführen von yarn install ?

Dankeschön

Hallo @Philippe-M

Könnten Sie es mit Knoten 8.2.1 und Garn 1.0.0 versuchen und uns bei Problemen mitteilen? Hatten Sie Probleme beim Ausführen von yarn install ?

Dankeschön

danke für die Erinnerung... manchmal Vergesslichkeit :DDD

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen