api-doc
api-doc copied to clipboard
Getting error when I run gatsby develop
Just did a git clone ....
npm install
Had to do an npm audio fix --force because at first npm run develop did not work.
After I did the fix, I ran npm run develop
Here is the output:
ERROR
There was an error compiling the html.js component for the development server.
See our docs page on debugging HTML builds for help https://gatsby.dev/debug-html TypeError: Cannot read property 'ReactCurrentDispatcher' of
undefined
199 | * <Provider store={store}>
200 | * {element}
> 201 | * </Provider>
| ^
202 | * )
203 | * }
204 | */
WebpackError: TypeError: Cannot read property 'ReactCurrentDispatcher' of undefined
Not sure where to start to figure things out. Can you help me?