phoenix npm script
// Task script to reinstall all dependencies of the project "scripts": { "phoenix": "rm -rf node_modules && npm install" }