a2i-code-For-Govstack / sp-service-solutions-frontend

https://sp.lsb.gov.bd/
0 stars 10 forks source link

update the command to install dependencies #2

Closed itsdheerajdp closed 5 months ago

itsdheerajdp commented 5 months ago

In the README.md File , the command written to install dependencies is "npm run install" as shown below

Screenshot 2024-04-12 115641

but there is no such scripts in the package.json file to install the dependencies

so it should be "npm install" only to install the dependencies.