You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see what libraries are not installed. If you've done npm install it
would have installed everything.
Your config error is because you didn't wrap your password in a string.
Just for your awareness, you can also check the discussion on the course:
https://app.pluralsight.com/library/courses/postman-fundamentals/discussion in
case someone has already had this problem.
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'
Not all the JavaScript was installing after the npm audit fix.....

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

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)
The text was updated successfully, but these errors were encountered: