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! quiz-generator@1.0.0 start: `direflow-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the quiz-generator@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
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
And then
Additional Error Message
Expected behavior
To start direflow
Package Manager:
I used NPM.
Screenshots