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)
 
I believe I’ve pushed a fix fort his to master with a58b808
If
npm linkis the part that breaks for you, you should still be able to test your changes by just installing the (static) build:The only thing this won’t do that
npm linkwill is pick up on changes made toreact-window. (You would need to runyarn addagain.)