# I am getting vulnerabilities while setting up the p5.js project

**URL:** https://discourse.processing.org/t/i-am-getting-vulnerabilities-while-setting-up-the-p5-js-project/42893
**Category:** Development
**Tags:** contributions
**Created:** [October 4, 2023, 3:38pm UTC](https://discourse.processing.org/t/i-am-getting-vulnerabilities-while-setting-up-the-p5-js-project/42893 "2023-10-04T15:38:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jamir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jamir/32/18863_2.png) [@Jamir](https://discourse.processing.org/u/Jamir)
#### Post date: [October 4, 2023, 3:38pm UTC](https://discourse.processing.org/t/i-am-getting-vulnerabilities-while-setting-up-the-p5-js-project/42893/1 "2023-10-04T15:38:05Z")

</div>

When I tried to setup p5.js project locally. I followed the steps given in Contributor Guidelines. When I ran **npm ci** command, it showed me **17 vulnerabilities (5 moderate, 7 high, 5 critical)** as given in the screenshot below

 ![Screenshot 2023-10-04 205958](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/b/7/b7efb131e739b094c9d33dde51ca02d58cabe32d.png)

I tried to remove these vulnerabilities by running command **npm audit fix** but it didn’t worked. I also tried to update the package by running **npm update** command but the vulnerabilities still persists.

Can anyone tell me how to remove vulnerabilities?

---

<div class="post-metadata">

### Author: ![divanshu](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@divanshu](https://discourse.processing.org/u/divanshu)
#### Post date: [December 22, 2023, 11:15am UTC](https://discourse.processing.org/t/i-am-getting-vulnerabilities-while-setting-up-the-p5-js-project/42893/2 "2023-12-22T11:15:57Z")

</div>

Vulnerabilities reported by npm audit don’t necessarily affect your work on the project.
