@esri/arcgis-rest-request v 4 installation breaks

182
1
03-16-2024 11:28 PM
ajallad
New Contributor

Hello ,

 Am trying to install @esri/arcgis-rest-request V4 into my  react React JS project the.

I received set of warning vulnerabilities as "121 vulnerabilities (1 low, 97 moderate, 19 high, 4 critical)" .

I tired to fix them by npm audit fix --force, it did not wok , more vulnerabilities I got and the whole project is crashed when again try to start it.

The installed  node version on my machine  is v18.7,  and React 18.2.0

Thanks in advance 

 

0 Kudos
1 Reply
GavinRehkemper
Esri Contributor

Hi, thank you for the question. Can you please post the replication steps that you are following to get this outcome? I ask because when I follow these steps I get "found 0 vulnerabilities":

npm create vite@latest my-react-app -- --template react
cd my-react-app
npm install
npm install @esri/arcgis-rest-request
npm install @esri/arcgis-rest-geocoding
npm audit
0 Kudos