direflow
direflow copied to clipboard
Can't find "direflow-scripts" after installing direflow
Describe the bug
After following the Get Started guide, I get the error message that "direflow-scripts" cannot be found or it's written incorrectly. I have not changed anything, I only followed the step-by-step guide.
To reproduce
npm i -g direflow-cli
direflow create
And then
cd <project-folder>
npm install // already getting a mass on Warnings, that many things are depreceated
npm start // can not find "direflow-scripts" or it's written incorrectly
Additional Error Message
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `direflow-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Expected behavior
To start direflow
Package Manager:
I used NPM.
Screenshots

The same happens to me using npm 6.4.11 but it works after running npm i one more time.