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
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:
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: