-
Notifications
You must be signed in to change notification settings - Fork 499
Open
Description
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:
- Install dependencies (you probably already did this):
yarn install
. - Build cross-dependencies:
yarn build
. - Link cross-dependencies:
yarn bootstrap
. - 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.
Metadata
Metadata
Assignees
Labels
No labels