rector: The file "vendor/symplify/better-phpdoc-parser/src/config/config.yml" does not exist.
Running this command :
~/.composer/vendor/bin/rector process ./src/ --autoload-file ./vendor/autoload.php
I have this output :
The file "/home/vsilvestre/Projets/relaischateaux/vendor/symplify/better-phpdoc-parser/src/config/config.yml" does not exist in /home/vsilvestre/
Projets/relaischateaux/vendor/symplify/better-phpdoc-parser/src/config/config.yml (which is being imported from "/home/vsilvestre/.composer/vendo
r/rector/rector/packages/NodeTypeResolver/src/config/config.yml").
(I feel like I already asked help for something like this but can’t find the issue)
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 21 (21 by maintainers)
Commits related to this issue
- fix unstable %vendor% param import on Rector run in non-root directory [ref #732] — committed to rectorphp/rector by TomasVotruba 6 years ago
- Updated Rector to commit 1cc465b4d508238445494313f04a6a56d4e8ca1d https://github.com/rectorphp/rector-src/commit/1cc465b4d508238445494313f04a6a56d4e8ca1d [CodingStyle] Skip RemoveUnusedAliasRector wh... — committed to rectorphp/rector by TomasVotruba 3 years ago
- Updated Rector to commit 1cc465b4d508238445494313f04a6a56d4e8ca1d https://github.com/rectorphp/rector-src/commit/1cc465b4d508238445494313f04a6a56d4e8ca1d [CodingStyle] Skip RemoveUnusedAliasRector wh... — committed to rectorphp/rector by TomasVotruba 3 years ago
- [CodingStyle] Skip RemoveUnusedAliasRector when same class in use statement exists, but not used (#732) * [CodingStyle] Skip RemoveUnusedAliasRector used by return method call * update fixture ... — committed to echo511/rector by samsonasik 3 years ago
@TomasVotruba I get this issue if I try to install Rector globally or run from my fork as well.