How to call a node_modules executable from JS without use package.json ? I would need something like this
const jestProcess = spawn('node_modules\\react-scripts\\.bin\\react-scripts.js', ['test'])