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
Latest main
14.18.0
npm install which triggers npm run compile
npm install
npm run compile
success compilation
compilation failed with ERR! lerna Unknown arguments: pkg, get, name)
ERR! lerna Unknown arguments: pkg, get, name)
Seems to be caused by #659 which added linux style arguments $(npm pkg get name) to precompile script
$(npm pkg get name)
The text was updated successfully, but these errors were encountered:
Maybe we should replace it with a node script in scripts
Sorry, something went wrong.
Or we just copy paste the module name.
#681
dyladan
Successfully merging a pull request may close this issue.
What version of OpenTelemetry are you using?
Latest main
What version of Node are you using?
14.18.0
What did you do?
npm install
which triggersnpm run compile
What did you expect to see?
success compilation
What did you see instead?
compilation failed with
ERR! lerna Unknown arguments: pkg, get, name)
Additional context
Seems to be caused by #659 which added linux style arguments
$(npm pkg get name)
to precompile scriptThe text was updated successfully, but these errors were encountered: