-
Notifications
You must be signed in to change notification settings - Fork 934
Invalid or Unexpected Token #231
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
Sorry. Windows line endings... |
Hey @hacdias could you elaborate your solution to this Windows line issue? Other users facing this issue as well and we're not too familiar with using this in a Windows environment. Thanks. |
@escapedcat as far as I remember, the issue was with what I cloned. If you clone with certain line endings (CRLF), then Node wasn't able to read the files since they ended up with 'CRLF' instead of 'LF'. I'm not sure if that should be a bug anymore or if it is related at all with Looking at the issue, that seems to have been the problem, but I'm not sure either. It was a long time ago. Sorry for that Ref.: https://help.github.com/en/articles/dealing-with-line-endings |
Change the file code to UTF-8 |
Run the command:
Expected Behavior
Get the results.
Current Behavior
Affected packages
The text was updated successfully, but these errors were encountered: