react-openapi-client icon indicating copy to clipboard operation
react-openapi-client copied to clipboard

Error when start cra-example [solution was found]

Open max-ios-dev opened this issue 5 years ago • 0 comments

Steps to reproduce:

  1. clone project
  2. cd examples/cra-example/
  3. npm i
  4. npm run dev
  5. Error occurred: invalid hook call

The solution was found:

  1. delete package-lock.json
  2. delete node_modules/ directory
  3. After that I can start the example with npm i and npm run dev

max-ios-dev avatar Oct 16 '20 05:10 max-ios-dev