I am struggling with setting up arcgis javascript api locally. Tried following https://developers.arcgis.com/javascript/latest/guide/get-api/index.html#using-bower-for-local-builds but no use. No help from sample application https://github.com/Esri/jsapi-resources.git
- Bower installs arcgis-js-api
- I setup a dojoConfig file
- npm install
- bower install
- grunt build => FAIL
Error: Cannot find module "src/dojo/dojo.js"
how is it supposed to work since bower installed packages are not npm ready. cannot be dynamically loaded. Whiskey Tango Foxtrot. please help.
Tried a yeoman generator arcgis-js-app still no good. I get the same error /sampleapp/src/dojo/dojo.js" Error (404): "Not found"