Hi,
I am trying to install Chai on my Ubuntu 18.04 system. I did the following:
:~$ npm install --save-dev chai
>
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I’ll try to do my best with it!
npm WARN zulfi No description
npm WARN zulfi No repository field.
npm WARN zulfi No license field.
- chai@4.2.0
added 7 packages from 20 contributors and audited 359 packages in 2.933s41 packages are looking for funding
runnpm fund
for detailsfound 1 low severity vulnerability
runnpm audit fix
to fix them, ornpm audit
for details
zulfi@lc2530hz:~$ npm audit fix
npm WARN zulfi No description
npm WARN zulfi No repository field.
npm WARN zulfi No license field.up to date in 0.99s
41 packages are looking for funding
runnpm fund
for detailsfixed 0 of 1 vulnerability in 359 scanned packages
1 vulnerability required manual review and could not be updated
I getting the error “1 vulnerability required manual review and could not be updated”
Somebody please guide me how to solve this problem.
Zulfi.