-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not find the commands inside bin #103
Comments
Have you added this to composer.json?:
Have you typed composer install after that? Try to create bin dir if it does not exists and run it again |
I do it. I put to |
You have to put this config line in composer.json file, not in package.json |
Sorry i refer to composer.json. |
Can you paste your error? |
@gfirem it works in your project?. |
@bruli I just pulled your project as a dependency into my application and I'm experiencing the same issue as @gfirem. I see in the console that its complaining about not locating the binaries. Dump:
I found where the issue is and the problem is here:
Its missing the vendor/ prefix.
Also looks like you wanted to bootstrap the composer/installed.json file and populate the |
Its worth to mention that specifying the bin dir in |
Hi i love your project. Is not working for me. I set the bin config in the json but it don't find the folder inside vendor/bin. I remove and is the same error. Exist some place where i can read more about the issue?
i always get the next error message.
Could not open input file: bin/jsonlint
and if i disableCould not open input file: bin/phpunit
or if i enable composer it throw otherComposer files not found
The text was updated successfully, but these errors were encountered: