I am trying to install ArcGIS JS API 4.7 with npm (for a Vue.JS application), and when running
npm install arcgis-js-api
I am getting a NPM error:
npm ERR! code E404
npm ERR! 404 Not Found: @dojo/i18n@~0.6.0
I am using the latest version of Node (v10), but I also tried it with v9 and v6.
Has anyone faced it in the past?
Is it possible you are using a different NPM mirror? Maybe for private packages? Does the answer provided in this SO answer help you?