taylonr / postman

MIT License
110 stars 237 forks source link

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

Open Halsy03 opened 4 years ago

Halsy03 commented 4 years ago

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

taylonr commented 4 years ago

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 notifications@github.com 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 .

btel18 commented 1 year ago

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'