We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating the latest smallstack-cli running on mac os 10.11.6 the following error occurs.
env: node\r: No such file or directory
Temporary solution I found. Convert the smallstack file to unix format.
brew install dos2unix
sudo dos2unix /usr/local/lib/node_modules/smallstack-cli/bin/smallstack
or just follow the instructions in this link: nwutils/nw-builder#75
The text was updated successfully, but these errors were encountered:
#1 LF instead of CRLF
ffb3b2c
fixed in v0.3.5, can you verify that @bartzilla & @TimoKaiser ?
Sorry, something went wrong.
No branches or pull requests
After updating the latest smallstack-cli running on mac os 10.11.6 the following error occurs.
env: node\r: No such file or directory
Temporary solution I found. Convert the smallstack file to unix format.
brew install dos2unix
sudo dos2unix /usr/local/lib/node_modules/smallstack-cli/bin/smallstack
or just follow the instructions in this link:
nwutils/nw-builder#75
The text was updated successfully, but these errors were encountered: