Bower econflict

1353
2
09-05-2016 05:21 PM
EvelynHernandez
Occasional Contributor III

I have tried to install the api through bower but im having the following error

 ECONFLICT Unable to find suitable version for dojo

I read a topic about someone asking the same, but it doesnt allow me to select any option like her.

My bower.json file is this one:

{
"name": "proyecto1",
"description": "factigis",
"main": "server.js",
"license": "ISC",
"homepage": "",
"dependencies": {
"esri": "arcgis-js-api#3.17.0"
},
"resolutions": {
"dojo": "v1.10.4/esri-3.14.0"
},

"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 Kudos
2 Replies
JasonBaker4
New Contributor

Has this issue been resolved? I'm having the same problem.

0 Kudos
EvelynHernandez
Occasional Contributor III

Actually im not using bower now , im using npm and some webpack configutation to make the arcgis js api work.

0 Kudos