You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
yarn install
.yarn build
.yarn bootstrap
.yarn test
.First three steps worked fine but when I try to run "yarn test", I get an error below:
The text was updated successfully, but these errors were encountered: