Not all the JavaScript was installing after the npm audit fix.....
Opened this issue · 2 comments
Halsy03 commented
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)
taylonr commented
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.
…On Fri, Apr 3, 2020 at 9:26 AM Halsy03 ***@***.***> wrote:
Not all the JavaScript was installing after the npm audit fix.....
[image: image]
<https://user-images.githubusercontent.com/63053490/78362348-db78a700-75b1-11ea-8686-bb3bc2709fa4.png>
when going to run the cmd npm run db:create .....this was also being an
issue
[image: image]
<https://user-images.githubusercontent.com/63053490/78362645-5e99fd00-75b2-11ea-8001-a6319bac3f00.png>
Is there anything specific that i would need to do to get all the
libraries installed?
Many thanks
*Originally posted by @Halsy03 <https://github.com/Halsy03> in #11
(comment)
<#11 (comment)>*
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHCVE4GSGZ5YD2Y2YAJUATRKXWZHANCNFSM4L4CWGDQ>
.
btel18 commented
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'