-
Notifications
You must be signed in to change notification settings - Fork 492
Error: Cannot find module 'react-dev-utils/workspaceUtils' #320
Comments
To remove this as a blocker, I downgraded back to |
I installed the older version 4.x.x of |
Same problem here. I found that upgrading "react-scripts-ts" to 2.16.0 cleared up the audit warnings and didn't produce this error. |
Same issue here, 3.0.0 is broken. |
Downgrading |
Same thing still here. Any news about this? |
Getting the same thing, hoping for an update soon... |
See this note about this package: facebook/create-react-app#5437 |
Hi there,
Having recently upgrading to
react-scripts-ts@3.0.0
due to annpm audit
which recommended the upgrade, I now get aCannot find module
error when trying to start the server. Testing won't run either.Audit Results:
Starting Server:
npm ls react-scripts-ts
(if you haven’t ejected): 3.0.0node -v
: 9.7.1npm -v
: 6.0.1Operating system: Ubuntu 16.04 x64
I've looked everywhere for a solution to this. I've gone through all the
npm up && npm i
andnpm i --save-dev react-dev-utils
, but can't seem to find any way to get past this error.Thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: