storybook-solid icon indicating copy to clipboard operation
storybook-solid copied to clipboard

File line endings not compatible with mac

Open tqwewe opened this issue 3 years ago • 1 comments

storybook-solid fails instantly when running npm run storybook with the error:

env: node\r: No such file or directory

This is because your line endings are windows specific. You should change them to LF before deploying to NPM.

tqwewe avatar Jun 12 '21 09:06 tqwewe

Same issue on linux

Shearerbeard avatar Mar 17 '22 15:03 Shearerbeard