api-doc icon indicating copy to clipboard operation
api-doc copied to clipboard

Getting error when I run gatsby develop

Open reselbob opened this issue 4 years ago • 0 comments

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?

reselbob avatar Jul 21 '21 03:07 reselbob