-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9848d9e
commit bd3e56d
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,7 +155,7 @@ Reason behind error: This is caused by the node.js V17 compatible issues with Op | |
|
||
Try one of these and error will be solved | ||
|
||
- > Downgrade to Node.js v16. | ||
- > upgrade to Node.js v20. | ||
- > Enable legacy OpenSSL provider | ||
|
@@ -184,19 +184,11 @@ Here is [reference](https://github.com/webpack/webpack/issues/14532#issuecomment | |
After trying above solutions, run below command | ||
|
||
```bash | ||
npm run start | ||
npm run dev | ||
``` | ||
|
||
> If you still facing issue, then follow [this stackoverflow thread](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported). It has so many different types of opinions. You definitely have solution after going through the thread. | ||
### Website Login Credentials | ||
|
||
Once the website is up and running, you can log in using the following credentials: | ||
|
||
`username : [email protected] - password : admin123` | ||
|
||
Now you should be all set to run the project locally on your machine and explore its features. | ||
|
||
## Contributing | ||
|
||
1.[How to contribute](https://github.com/idurar/idurar-erp-crm/blob/master/CONTRIBUTING.md#how-to-contribute) | ||
|