As described in package.json, we are trying to run npm run flow-typed, but that script does not exist (see lists of scripts in package.json). This throws an error on npm install that stops the building process.
We should create one that either install the required flow-types or just delete that altogether.
As described in package.json, we are trying to run
npm run flow-typed, but that script does not exist (see lists ofscriptsinpackage.json). This throws an error onnpm installthat stops the building process.We should create one that either install the required flow-types or just delete that altogether.