Can the npm start
process be stopped or cancelled if a specific file is not found in your codebase?
I am looking to end the process if the file dev-variables.js
is missing, preferably displaying a custom error message like "You are missing the dev-variables.js file".