question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to start local development server

See original GitHub issue

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'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
bvaughncommented, Oct 15, 2018

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

1reaction
bvaughncommented, Oct 12, 2018

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.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: The local development server was not able to start. #137
SFDX: Start Local Development Server failed to run. The local development server was not able to start. What is the version of CLI...
Read more >
Error while installing lwc local server? Here is how to resolve it!!
A simple solution for this is to run the same install command again by running CMD as an Administrator in case of windows,...
Read more >
Local Development Server for Lightning Web Components
Hi Abhinav, I run sfdx plugins --core and the lwc-dev-server plugin is not installed. I also followed the instructions shown in the video...
Read more >
Unable to start local development server - Squarespace Forum
I'm trying to set up Squarespace local development server on my machine. I followed the documentation on this page https://developers.
Read more >
Error while starting lwc local server - Salesforce Stack Exchange
Save this answer. Show activity on this post. 1. run 'npm install -g node-gyp' in command prompt.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found