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

Update shelljs to avoid circular dependency warnings on Node 14 #184

Merged
merged 1 commit into from Aug 4, 2020
Merged

Update shelljs to avoid circular dependency warnings on Node 14 #184

merged 1 commit into from Aug 4, 2020

Commits on Jul 28, 2020

  1. Update shelljs to note cause Node 14 to spew out 100s of warnings

    shelljs/shelljs#973 updated shelljs to prevent Node 14 from flooding the user with hundreds of lines that look like:
    ```
    (node:117) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
    (node:117) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
    ```
    Pomax committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    55dbc18 View commit details
    Browse the repository at this point in the history