storybook-solid
storybook-solid copied to clipboard
File line endings not compatible with mac
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.
Same issue on linux