Skip to content
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

Error: No files matching the pattern "packages/**/src" were found #265

Open
ugurkaancalim opened this issue Jul 18, 2023 · 0 comments
Open

Comments

@ugurkaancalim
Copy link

Hi,

Firstly, Thank you all for this application. I'm struggling while trying to setup the application for development.

I followed steps which located in contribution.md file below:

  1. Install dependencies (you probably already did this): yarn install.
  2. Build cross-dependencies: yarn build.
  3. Link cross-dependencies: yarn bootstrap.
  4. Run tests: yarn test.

First three steps worked fine but when I try to run "yarn test", I get an error below:

PS warriorjs-master> yarn test
yarn run v1.22.19
$ yarn lint
$ eslint --cache packages/**/src

Oops! Something went wrong! :(

ESLint: 5.9.0.
No files matching the pattern "packages/**/src" were found.
Please check for typing mistakes in the pattern.

error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant