The command Npm install don't execute successfully for later versions of node(>16). For the install to be successful, you must run the command > npm install --legacy-peer-deps
- Update readme file to point this out.
The command Npm install don't execute successfully for later versions of node(>16). For the install to be successful, you must run the command > npm install --legacy-peer-deps