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
refers to the commands del and move which are Windows specific. npm install also runs the prepare-Scripts of a package. Does the package really have to rebuild itself on install? The published package is already minified as seen in https://www.npmjs.com/package/fast-myers-diff?activeTab=code.
fast-myers-diff/package.json
Line 14 in 7cc1419
del
andmove
which are Windows specific.npm install
also runs the prepare-Scripts of a package. Does the package really have to rebuild itself on install? The published package is already minified as seen in https://www.npmjs.com/package/fast-myers-diff?activeTab=code.If this is not necessary I would suggest changing the prepare-Script to a
prepack
orprepublishOnly
-Script as seen in https://docs.npmjs.com/cli/v10/using-npm/scripts#life-cycle-scripts.The text was updated successfully, but these errors were encountered: