Using NPM with the ArcGIS API for JavaScript
There was a recent blog post about using NPM to install the ArcGIS API for JavaScript. Although the JavaScript API isn’t published to NPM, you could still install the github repo with NPM.
In this video, I just walk through the steps to do the install and setup. Even though you can install the API with NPM, it doesn’t magically make it easier to use with tools like Webpack or in a node environment, but at least you only have one JavaScript package manager to deal with… this week.