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 mkdirp to avoid warnings on npm install #772

Closed
3 tasks
ehmicky opened this issue Mar 28, 2020 · 2 comments
Closed
3 tasks

Update mkdirp to avoid warnings on npm install #772

ehmicky opened this issue Mar 28, 2020 · 2 comments
Labels
type: bug code to address defects in shipped code

Comments

@ehmicky
Copy link
Contributor

ehmicky commented Mar 28, 2020

On npm install netlify-cli the following warning is shown:

npm WARN deprecated mkdirp@0.5.4: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

This is due to the following dependencies:

$ npm ls mkdirp
netlify-cli@2.40.0 /home/ehmicky/.nvm/versions/node/v13.11.0/lib/node_modules/netlify-cli
├─┬ copy-template-dir@1.4.0
│ └── mkdirp@0.5.4  deduped
├─┬ gh-release-fetch@1.0.3
│ └── mkdirp@0.5.4  deduped
└── mkdirp@0.5.4

Fixing this problem would require:

Note: make-dir is an alternative that might be better maintained.

@ehmicky ehmicky added the type: bug code to address defects in shipped code label Mar 28, 2020
@RaeesBhatti
Copy link
Contributor

Thanks for reporting this issue @ehmicky.

@RaeesBhatti
Copy link
Contributor

Fixed in the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

2 participants