taylonr/postman

Not all the JavaScript was installing after the npm audit fix.....

Opened this issue · 2 comments

Not all the JavaScript was installing after the npm audit fix.....
image

when going to run the cmd npm run db:create .....this was also being an issue
image

Is there anything specific that i would need to do to get all the libraries installed?
Many thanks

Originally posted by @Halsy03 in #11 (comment)

I ran into similar issue, 'npm audit fix --force' command did not help. I went ahead with below command to start server, not sure if these vulnerabilities needs to be addressed
'From the command line, in the root of the project, run npm run start:dev this will start the server on port 3000'