Silind-Software / direflow

🧩 Use the best of two worlds. Create fast, performant, native Web Components using React.
https://direflow.io
MIT License
501 stars 78 forks source link

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

Open wiktoriavh opened 3 years ago

wiktoriavh commented 3 years ago

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! 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.

Expected behavior
To start direflow

Package Manager:
I used NPM.

Screenshots

image

kcmr commented 3 years ago

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