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
Apparently, there's no way for npm to create reproducible builds using package lock files and no optional dependencies, so we should remove sodium-native from the optional dependencies and use the node-forge implementation for old versions of node.js.
The text was updated successfully, but these errors were encountered:
Using a version of npm that respects the --no-optional parameter address the immediate issue: npm/cli#264. The root of the issue was using an out of date docker node 12 alpine image with a version of npm prior to 6.12 which ships with node 12.13.1
Apparently, there's no way for npm to create reproducible builds using package lock files and no optional dependencies, so we should remove
sodium-native
from the optional dependencies and use the node-forge implementation for old versions of node.js.The text was updated successfully, but these errors were encountered: