postman icon indicating copy to clipboard operation
postman copied to clipboard

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

Open Halsy03 opened this issue 4 years ago • 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 https://github.com/taylonr/postman/issues/11#issuecomment-608415307

Halsy03 avatar Apr 03 '20 14:04 Halsy03

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 [email protected] 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) https://github.com/taylonr/postman/issues/11#issuecomment-608415307

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/taylonr/postman/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHCVE4GSGZ5YD2Y2YAJUATRKXWZHANCNFSM4L4CWGDQ .

taylonr avatar Apr 03 '20 14:04 taylonr

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'

btel18 avatar Jul 15 '22 13:07 btel18