direflow icon indicating copy to clipboard operation
direflow copied to clipboard

Can't find "direflow-scripts" after installing direflow

Open wiktoriavh opened this issue 5 years ago • 1 comments

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

image

wiktoriavh avatar Feb 03 '21 14:02 wiktoriavh

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

kcmr avatar Feb 23 '21 10:02 kcmr