Expected Behavior
The clone-assets too runs without any warning.
Current Behavior
When running the clone-assets tool, I got the following Node.js warning:
(node:78626) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.
Note: As it is only a deprecation warning, it didn't prevent the script from running successfully.
Steps to Reproduce
- Checkout the latest state of the repo
main branch
- currently 72f2e48
- v0.3.0 according to the version in
clone-assets/package.json.
- Make sure you're running the latest LTS version of node
- Set up the tool like instructed in the README.
- Run the script.Screenshot of the full run:

Thank you for this tool! It worked very well for me 🙂
Expected Behavior
The clone-assets too runs without any warning.
Current Behavior
When running the clone-assets tool, I got the following Node.js warning:
Note: As it is only a deprecation warning, it didn't prevent the script from running successfully.
Steps to Reproduce
mainbranchclone-assets/package.json.Thank you for this tool! It worked very well for me 🙂