react-window: Unable to start local development server

I was following the instructions from https://github.com/bvaughn/react-window/blob/master/website/README.md

However, I’m getting an error message when starting the dev server for the website:

Error: Cannot find module 'react-dev-utils/workspaceUtils'

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (11 by maintainers)

Most upvoted comments

I believe I’ve pushed a fix fort his to master with a58b808

If npm link is the part that breaks for you, you should still be able to test your changes by just installing the (static) build:

react-window/website > yarn add ../
react-window/website > yarn start

The only thing this won’t do that npm link will is pick up on changes made to react-window. (You would need to run yarn add again.)