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

Warning: Accessing non-existent property (Node 14) #1558

Closed
friederbluemle opened this issue Apr 22, 2020 · 3 comments · Fixed by #1647
Closed

Warning: Accessing non-existent property (Node 14) #1558

friederbluemle opened this issue Apr 22, 2020 · 3 comments · Fixed by #1647

Comments

@friederbluemle
Copy link
Member

When using Node.js 14, we see tons of warnings printed to the console, e.g.:

Accessing non-existent property 'chmod' of module exports inside circular dependency

Investigate what needs to be done to fix/suppress them.

@friederbluemle
Copy link
Member Author

Same with Node.js 14.1.0

See nodejs/node#32987 for more info.

@friederbluemle friederbluemle changed the title Node dependency warnings with Node 14 Warning: Accessing non-existent property with Node 14 Apr 30, 2020
@friederbluemle friederbluemle changed the title Warning: Accessing non-existent property with Node 14 Warning: Accessing non-existent property (Node 14) Apr 30, 2020
@hoangman1108
Copy link

i have same problem with node 14

@friederbluemle
Copy link
Member Author

Turns out, this was quite easy to fix by updating shelljs to 0.8.4: #1647

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

Successfully merging a pull request may close this issue.

2 participants