Select to view content in your preferred language

Developer Edition 1.12 Client Install Error

1538
6
Jump to solution
07-06-2023 06:40 PM
Labels (1)
LeonAus
New Contributor III

I am trying to install Developer Edition 1.12 and the client install is failing with:

4426 verbose stack FetchError: request to https://olympus.esri.com/artifactory/api/npm/npm-repo/@arcgis/core/-/core-4.27.2.tgz failed, reason: getaddrinfo ENOTFOUND olympus.esri.com
4426 verbose stack     at ClientRequest.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\index.js:130:14)
4426 verbose stack     at ClientRequest.emit (node:events:513:28)
4426 verbose stack     at TLSSocket.socketErrorListener (node:_http_client:502:9)
4426 verbose stack     at TLSSocket.emit (node:events:525:35)
4426 verbose stack     at emitErrorNT (node:internal/streams/destroy:151:8)
4426 verbose stack     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
4426 verbose stack     at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
4427 verbose cwd C:\Program Files\ArcGIS\ArcGISExperienceBuilder\client
4428 verbose Windows_NT 10.0.17763
4429 verbose node v18.15.0
4430 verbose npm  v9.5.0
4431 error code ENOTFOUND
4432 error syscall getaddrinfo
4433 error errno ENOTFOUND
4434 error network request to https://olympus.esri.com/artifactory/api/npm/npm-repo/@arcgis/core/-/core-4.27.2.tgz failed, reason: getaddrinfo ENOTFOUND olympus.esri.com
4435 error network This is a problem related to network connectivity.
4435 error network In most cases you are behind a proxy or have bad network settings.
4435 error network
4435 error network If you are behind a proxy, please make sure that the
4435 error network 'proxy' config is set properly.  See: 'npm help config'
 
Is there something I am doing wrong or is this a problem in the version?
0 Kudos
1 Solution

Accepted Solutions
Jianxia
Esri Regular Contributor

@LeonAus @AndyWells @JeffreyThompson2 an updated download file for dev edition 1.12, which addressed the client install error, is now available on the developers website. Thank you all!

View solution in original post

0 Kudos
6 Replies
JeffreyThompson2
MVP Regular Contributor

Getting the same error. 

GIS Developer
City of Arlington, Texas
0 Kudos
AndyWells
Occasional Contributor II

Same problem here. Can't install or run it.

0 Kudos
JeffreyThompson2
MVP Regular Contributor

I think I may have stumbled on a solution. I think ESRI may have moved the file location for arcgis/core. I was able to get it straight from npm. Try:

npm i @ArcGIS/core

npm i

npm start

GIS Developer
City of Arlington, Texas
AndyWells
Occasional Contributor II

Hey, I appreciate this. It worked for me. Thanks.

0 Kudos
Jianxia
Esri Regular Contributor

@LeonAus @AndyWells @JeffreyThompson2, thanks for letting us know the install issue. We are working on it and plan to deploy a new download file Monday (July10)  morning around 7 Pacific Time if not earlier. We will keep you posted.

0 Kudos
Jianxia
Esri Regular Contributor

@LeonAus @AndyWells @JeffreyThompson2 an updated download file for dev edition 1.12, which addressed the client install error, is now available on the developers website. Thank you all!

0 Kudos