You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
node-hashes uses node-gyp and is often problematic in CI environments. It won't work on Travis which is stuck on node 6, and it won't work on my own jenkins unless build-essential is installed; and then it will throw warnings about deprecated C++.
Considering we only use JSHashes, it might be a good idea to simply extract this function in a pure JS module and use that.
The text was updated successfully, but these errors were encountered:
node-hashes uses node-gyp and is often problematic in CI environments. It won't work on Travis which is stuck on node 6, and it won't work on my own jenkins unless build-essential is installed; and then it will throw warnings about deprecated C++.
Considering we only use JSHashes, it might be a good idea to simply extract this function in a pure JS module and use that.
The text was updated successfully, but these errors were encountered: