Closed vidorteg closed 2 months ago
Make sure you:
When running npm start node throws and error
npm start
Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
This fixes this issue
Pull request checklist
Make sure you:
Short description of the change(s)
When running
npm start
node throws and errorError: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
This fixes this issue