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

compile error in node v10.20.1 #100

Closed
DiamondYuan opened this issue Apr 27, 2020 · 5 comments
Closed

compile error in node v10.20.1 #100

DiamondYuan opened this issue Apr 27, 2020 · 5 comments

Comments

@DiamondYuan
Copy link

DiamondYuan commented Apr 27, 2020

docker run -it node:10 /bin/bash

git clone https://github.com/bevry/getmac.git

npm install 
npm run our:compile

image

@marcoburrometo
Copy link

Same issue here!

@balupton
Copy link
Member

balupton commented May 6, 2020

looking into it

@balupton
Copy link
Member

balupton commented May 6, 2020

released to v5.2.0

@gogogo1024
Copy link

consider change this code
const [key, parts] of Object.entries(list)
change to
const [_key, parts] of Object.entries(list)
to fix typescript check error?

@balupton
Copy link
Member

@gogogo1024 please make a new issue if there is a problem

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

4 participants