Skip to content
New issue

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

npm run compile fails on windows #680

Closed
Flarna opened this issue Sep 29, 2021 · 3 comments · Fixed by #681
Closed

npm run compile fails on windows #680

Flarna opened this issue Sep 29, 2021 · 3 comments · Fixed by #681
Assignees
Labels
bug Something isn't working

Comments

@Flarna
Copy link
Member

Flarna commented Sep 29, 2021

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 triggers npm 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 script

@Flarna Flarna added the bug Something isn't working label Sep 29, 2021
@dyladan
Copy link
Member

dyladan commented Sep 29, 2021

Maybe we should replace it with a node script in scripts

@Flarna
Copy link
Member Author

Flarna commented Sep 29, 2021

Or we just copy paste the module name.

@dyladan
Copy link
Member

dyladan commented Sep 29, 2021

#681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants