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

Question: Issues with yarn install (Fails with Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close) #500

Open
1 task done
SeppPenner opened this issue Dec 7, 2023 · 4 comments
Labels
question Further information is requested

Comments

@SeppPenner
Copy link

What do you want to know?

With SeppPenner/SparkplugNet#39 and #484, I'm trying to run the TCK with yarn.

I have NVM running on Windows (https://github.com/coreybutler/nvm-windows), version 1.1.12, node version 21.4.0 and tried to follow https://github.com/eclipse-sparkplug/sparkplug/blob/develop/tck/UserGuide.adoc. Yarn version is 3.0.1:

nvm install 21
nvm use 21
npm install -g yarn
corepack enable
yarn install
yarn build
yarn start

However, yarn install throws errors like Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close.
Full logfile can be found under https://github.com/SeppPenner/YourMotherIsALogFile/blob/master/Logfile.md (Because of the 65536 character limit in comments / issues).

Any ideas what I'm doing wrong?

Is this related to a Sparkplug Listing request? If so, link the issue from https://github.com/eclipse-sparkplug/sparkplug.listings here.

No response

Version

None

Accept EFTL Terms

  • I agree to the terms of EFTL
@SeppPenner SeppPenner added the question Further information is requested label Dec 7, 2023
@icraggs-sparkplug
Copy link
Contributor

I think this is a yarn issue? I did a quick search and found yarnpkg/berry#3597

@SeppPenner
Copy link
Author

I think this is a yarn issue? I did a quick search and found yarnpkg/berry#3597

Thank you, I hope I can check this soon.

@swanandx
Copy link

swanandx commented Feb 2, 2024

I was facing same issue, using yarn set version latest fixed it for me 🚀

@SeppPenner
Copy link
Author

Still need to check it, sorry...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants