olistic / warriorjs

🏰 An exciting game of programming and Artificial Intelligence
https://warriorjs.com
MIT License
9.41k stars 488 forks source link

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

Open ugurkaancalim opened 1 year ago

ugurkaancalim commented 1 year ago

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.