You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
When executing label2manifest, it gives an error if the installed yazl version is higher than 2.4.3.
Next version (2.5.0) has a new implementation of Buffer.
One solution is to change package.json to force 2.4.3 version.
From:
"yazl": "^2.4.3"
To
"yazl": "2.4.3"
and execute again:
npm install
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When executing label2manifest, it gives an error if the installed yazl version is higher than 2.4.3.
Next version (2.5.0) has a new implementation of Buffer.
One solution is to change package.json to force 2.4.3 version.
From:
"yazl": "^2.4.3"
To
"yazl": "2.4.3"
and execute again:
npm install
The text was updated successfully, but these errors were encountered: