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
I'm getting this error when running fontagon-cli on a mac:
env: node\r: No such file or directory
I'm pretty confident that it's because packages/fontagon-cli/bin/fontagon.js has CRLF line endings.
Can you republish this file or the npm package after change the line endings of the file? It looks to me like your intention was to use LF line endings:
I'm getting this error when running
fontagon-cli
on a mac:I'm pretty confident that it's because
packages/fontagon-cli/bin/fontagon.js
hasCRLF
line endings.Can you republish this file or the npm package after change the line endings of the file? It looks to me like your intention was to use LF line endings:
fontagon/.editorconfig
Line 7 in 998e6bb
The text was updated successfully, but these errors were encountered: