Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Problem with yazl version #1

Open
osaiz opened this issue Nov 28, 2018 · 0 comments
Open

Problem with yazl version #1

osaiz opened this issue Nov 28, 2018 · 0 comments

Comments

@osaiz
Copy link

osaiz commented Nov 28, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant