@kurmi2000/backend-template
v1.0.0
Published
To Check is there any update into the packages
Readme
To Check is there any update into the packages
Install npm-check-updates: npm install -g npm-check-updates
Update package.json with the latest versions: ncu -u
if ncu -u not work then
1. Open PowerShell as Administrator.
2. Run the following command to change the execution policy:Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
RemoteSigned: Allows local scripts to run.
-Scope CurrentUser: Applies the policy to your current user only.
Confirm the prompt by typing: Y
Then run: ncu -u
ANd then: npm install
npm username: kurmi2000 npm password: &*Wcrd+2Mg!JMDV
