You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm install it will throw a warning message about mkdirp, which is used by docusaurus-lunr-search:
zackbradys@Zacks-MacBook-Pro hauler-docs % npm install
npm install
npm warn deprecated [email protected]: 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.)
added 1283 packages, and audited 1284 packages in 5s
326 packages are looking for funding
run `npm fund`for details
found 0 vulnerabilities
-----------------------------------
zackbradys@Zacks-MacBook-Pro hauler-docs % npm ls mkdirp
[email protected] /Users/zackbradys/Documents/Coding/GitHub/hauler-docs
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered:
zackbradys
changed the title
investigate npm packages
investigate npm packages (mkdirp)
May 26, 2024
When running
npm install
it will throw a warning message aboutmkdirp
, which is used bydocusaurus-lunr-search
:The text was updated successfully, but these errors were encountered: