Skip to content

Commit

Permalink
add info on legacy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saharmehrpour committed Feb 3, 2022
1 parent 8ca97e5 commit 747c656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
BROWSER=none
GENERATE_SOURCEMAP=false
PUBLIC_URL=.
PUBLIC_URL=.
SKIP_PREFLIGHT_CHECK=true
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,11 @@ Edit the related workspace xml file in this directory (in MacOS):
Three ports are used for this application:
* 8887 for websocket
* 3000 for application server (Changing Frequently, check package.json for the active port)


## Dev Reports
Currently, there are issues in upgrading the dependencies.
If devDependencies are updated, then antlr-4 become incompatible unless a configuration of Webpack is changed.
If only "react-scripts" is updated to "^4.0.3", then there would be warning about eslint that can be removed
by adding SKIP_PREFLIGHT_CHECK=true to the .env file.
To install, `npm install --legacy-peer-deps` should be used.

0 comments on commit 747c656

Please sign in to comment.