-
-
Notifications
You must be signed in to change notification settings - Fork 3
Cannot start on mac: env: node\r: No such file or directory #22
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
Comments
The file https://github.com/soranoo/next-css-obfuscator/blob/main/bin/cli.mjs seems to be saved with CRLF instead of LF and thats causing issues on unix based systems |
https://github.com/soranoo/next-css-obfuscator/blob/main/src/handlers/js-ast.test.ts seems also saved with CRLF instead of LF |
Have you tried converting these files( I don't see any issue in my Ubuntu. |
After converting them, it worked as expected. Anyways, I guess it was important to mention it, so anyone else in the future isn't gonna face this issue. :D |
I formatted the cli to LF f794bbd Everything should work as expected in the latest version. |
Uh oh!
There was an error while loading. Please reload this page.
Type
Checklist
Environment
Describe the bug
I just followed the tutorial and created a
next-css-obfucator.config.ts
file in my root directory. After building my application, I just tried to startobfuscate-build
and I get following error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
To run maybe?
Screenshots
If applicable, add screenshots to help explain your problem.
Config
Related files
Demos (if any)
N/A
Additional context
I did some research and I guess it's something related to my current OS (macOS).
The text was updated successfully, but these errors were encountered: