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
At the moment node-gyp is called to compile zipfile on macOS Catalina, Node 13/14, fails, and prints a huge error stack in the log. Every time I call npm install. It can be fixed with npm set optional false, but...
The text was updated successfully, but these errors were encountered:
npm install
also installs optional dependencies,zipfile
in case ofepub
package. I suggest moving it topeerDependencies
.At the moment node-gyp is called to compile zipfile on macOS Catalina, Node 13/14, fails, and prints a huge error stack in the log. Every time I call
npm install
. It can be fixed withnpm set optional false
, but...The text was updated successfully, but these errors were encountered: