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
optimism-starter/package.json
Line 7 in 4773460
The error: "sh: 1: source: not found". I'm using Ubuntu. Seems to be ok with env-cmd.
Please let me know if it works for you
The text was updated successfully, but these errors were encountered:
The problem was that NPM by default uses /bin/sh where source might not be installed.
I solved the problem by setting NOM to use bash: npm config set script-shell "/bin/bash"
Sorry, something went wrong.
No branches or pull requests
optimism-starter/package.json
Line 7 in 4773460
The error: "sh: 1: source: not found". I'm using Ubuntu. Seems to be ok with env-cmd.
Please let me know if it works for you
The text was updated successfully, but these errors were encountered: