approvals/Approvals.NodeJS

Approvals.NodeJS pulls `"edge"`, `"edge-cs"`, and `"nan"` dependencies on Windows

Opened this issue · 1 comments

We are using Approvals.NodeJS 4.0.0-beta.1 in our project, however the npm package pulls in the above mentioned dependencies on Windows, but not on Mac. Which in-turn modifies the package-lock.json file. It affects how developers collaborate in the project. Curious to know how to work with this issue. Thanks and any help is much appreciated.

We use this temporary workaround on Windows machines,

git update-index --assume-unchanged package-lock.json