You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, I have workarounds for anyone else who is affected.
When I do a 'git clone' and then just do 'npm run build', it fails with
TypeError: resolveFrom.silent is not a function.
This is fixed by wiping node_modules and deleting package-lock.json and a new npm install.
The Storybook issue is related to the item @CodyReichert reported above. I did an 'npm uninstall @storybook/react' and then installed the 4.0.0-alpha.10 version, and it is working now.
I get an error after "npm install" and "npm run storybook":
TypeError: Cannot read property 'compilation' of undefined
Not a big deal, but thought it might be due to some dev tool updates.
I cloned into a new directory, and just did the usual "npm install".
The text was updated successfully, but these errors were encountered: