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

Set eol to 'LF' in tsconfig #3

Merged
merged 1 commit into from
Nov 8, 2020
Merged

Set eol to 'LF' in tsconfig #3

merged 1 commit into from
Nov 8, 2020

Conversation

yifanwww
Copy link
Contributor

@yifanwww yifanwww commented Nov 8, 2020

Execute yarn tsc-alias on github actions (ubuntu-latest) will get errors: "/usr/bin/env: ‘node\r’: No such file or directory".

According to yarnpkg/yarn#8106, a possible reason is that the current tsc-alias release use CRLF as line endings.

So change it to LF by adding newLine property in tsconfig.

@justkey007 justkey007 merged commit 03b2e67 into justkey007:master Nov 8, 2020
@yifanwww yifanwww deleted the eol branch November 9, 2020 02:46
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

Successfully merging this pull request may close these issues.

2 participants