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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant