Select to view content in your preferred language

Updating @esri/arcgis-rest-request version in Experience Builder client

435
1
Jump to solution
02-01-2024 02:56 AM
Labels (1)
DimitriosIliadis
New Contributor

Hello,

I am developing a custom widget using the experience builder developer edition. In my implementation I want to run an interpolation analysis. Following the example shown here I have to import from @esri/arcgis-rest-request (for example I have to import Job, JOB_STATUSES and ArcGISIdentityManager) 

My problem is that the latest version of the Experience Builder tool ships with @esri/arcgis-rest-request v3.5 which only exports requests and not Job, JOB_STATUSES or ArcGISIdentityManager. Is there a way that I update the version in the client. I tried 'npm update @esri/arcgis-rest-request' but the problem persists.

Any suggestions would be greatly appreciated!

Thanks,

Dimitris

0 Kudos
1 Solution

Accepted Solutions
Junshan_Liu
Occasional Contributor

ExB uses the arcgis-rest-js 3.x now, we have a plan to upgrade to 4.x in 2024.

View solution in original post

0 Kudos
1 Reply
Junshan_Liu
Occasional Contributor

ExB uses the arcgis-rest-js 3.x now, we have a plan to upgrade to 4.x in 2024.

0 Kudos