Andrew Horn

Results 8 comments of Andrew Horn

I am also seeing this error.

I ran `npx [email protected] docz-app-basic`, and that seems to have corrected the problem.

> > my steps to get installation to work on my m1 apple chip > > I don't know what kind of black magic this is, but it WORKS! Thank...

So running `npm install` was what fixed this for me, as frustrating as that is.

React Boilerplate hasn't been updated since 2019. I wouldn't use it for a modern project if you can avoid it.

I have this problem too. I'll see if I can replicate the error.

I replicated the error in a repo, @shilman. To see the error, clone, run `npm i`, then run `npm run storybook`. You should then see the error. https://github.com/sophyphreak/react-boilerplate-storybook-tapAsync-error

> I fixed those errors by removing all of the storybook-packages and did a `npx sb init --force`. If its still not working, remove the `package-lock.json` and your `node-modules`-folder. Re-install...