When running npm run get-dependencies, I expect all dependencies to be installed so that I can build or test the package. However, because we previously did not run npm install as part of this command, some dependencies (such as xml-js) were missing. This PR resolves that issue.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
When running
npm run get-dependencies
, I expect all dependencies to be installed so that I can build or test the package. However, because we previously did not runnpm install
as part of this command, some dependencies (such as xml-js) were missing. This PR resolves that issue.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.