Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fast-myers-diff cannot be installed on Linux systems #22

Open
nailujx86 opened this issue Oct 18, 2024 · 0 comments
Open

fast-myers-diff cannot be installed on Linux systems #22

nailujx86 opened this issue Oct 18, 2024 · 0 comments

Comments

@nailujx86
Copy link

nailujx86 commented Oct 18, 2024

"minify": "jsmin -o bin/index.min.js bin/index.js && del bin\\index.js && move bin\\index.min.js bin\\index.js",
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.

If this is not necessary I would suggest changing the prepare-Script to a prepack or prepublishOnly-Script as seen in https://docs.npmjs.com/cli/v10/using-npm/scripts#life-cycle-scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant