You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
The screenshot says wpcs/vendor/bin/phpcs does not exist. Something must have went wrong in the previous step: composer create-project wp-coding-standards/wpcs:dev-master --no-dev
I have attached a screenshot of the errors I am getting from command line.
Once I get to the step of "npm run phpcs", this is where it fails.
Also my NPM debug log
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'phpcs' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prephpcs', 'phpcs', 'postphpcs' ]
5 info lifecycle [email protected]
prephpcs: [email protected]prephpcs: no script for prephpcs, continuing6 silly lifecycle [email protected]
7 info lifecycle [email protected]
phpcs: [email protected]phpcs: unsafe-perm in lifecycle true8 verbose lifecycle [email protected]
9 verbose lifecycle [email protected]
phpcs: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\wamp\www\new-south\wp-content\themes\FoundationPress\node_modules.bin;C:\Program Files\nodejs;C:\Program Files (x86)\Lenovo\FusionEngine;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Lenovo\Bluetooth Software;C:\Program Files\Lenovo\Bluetooth Software\syswow64;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files\Condusiv Technologies\ExpressCache;C:\Program Files\Git\cmd;C:\Program Files\nodejs;C:\wamp\bin\php\php5.5.12;C:\ProgramData\ComposerSetup\bin;C:\Ruby22-x64\bin;C:\Ruby21-x64\bin;C:\Users\Preston\AppData\Roaming\npm;C:\Users\Preston\AppData\Roaming\Composer\vendor\binphpcs: CWD: C:\wamp\www\new-south\wp-content\themes\FoundationPress10 verbose lifecycle [email protected]
11 silly lifecycle [email protected]
phpcs: Args: [ '/d /s /c', 'gulp phpcs' ]phpcs: Returned: code: 1 signal: null12 silly lifecycle [email protected]
13 info lifecycle [email protected]~phpcs: Failed to exec phpcs script
14 verbose stack Error: [email protected] phpcs:
gulp phpcs
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:239:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:850:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid [email protected]
16 verbose cwd C:\wamp\www\new-south\wp-content\themes\FoundationPress
17 error Windows_NT 10.0.10586
18 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "phpcs"
19 error node v6.0.0
20 error npm v3.8.6
21 error code ELIFECYCLE
22 error [email protected] phpcs:
gulp phpcs
22 error Exit status 1
23 error Failed at the [email protected] phpcs script 'gulp phpcs'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the foundationpress package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error gulp phpcs
23 error You can get information on how to open an issue for this project with:
23 error npm bugs foundationpress
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls foundationpress
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: