Hello,
When I install npm install -g @dataform/cli@latest, I have an error saying:
npm WARN deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
What should we do about it?
When installing the Dataform CLI, you may encounter a warning about a deprecated version of the vm2 library due to known critical security vulnerabilities. Here's an overview of the issue and how to effectively address it:
Understanding the Warning
Resolution Strategies
Check for and Apply Updates:
npm install -g @dataform/cli@latest
Temporary Mitigation Strategies