-
Notifications
You must be signed in to change notification settings - Fork 74
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
Browserlist: caniuse-lite is outdated. Installation instructions are not clear. #173
Comments
The browserlist error is a warning. I don't think it's what's actually causing a problem. The other errors shown there are emitted by You could try porting over this change, or removing the - volumes:
- - ./ui/src:/usr/local/src/skiff/app/ui/src
- - ./ui/public:/usr/local/src/skiff/app/ui/public
- - ./ui/package.json:/usr/local/src/skiff/app/ui/package.json
- - ./ui/tsconfig.json:/usr/local/src/skiff/app/ui/tsconfig.json
- - ./ui/yarn.lock:/usr/local/src/skiff/app/ui/yarn.lock I'd do that for both the If that doesn't work you could try removing the Sorry for the trouble! Let me know if either of these things help! |
Thank you for the response, I will try to apply the suggestions and verify if the software runs. |
I tried the instructions above and they did not help. Eventually, I got it running by going to the https://github.com/allenai/pawls/blob/main/ui/.eslintrc.js file and adding the following to the rules setting:
The file finally looks like this
|
While setting up PAWLS according to the instuctions in
README
there are multiple errors and the documentation is not clear how to proceed with this software.In the end when using
docker-compose up
the software builds but fails to start.When attempting to visit the
localhost:8080
the following error is shown:The text was updated successfully, but these errors were encountered: