[gatsby-starter-minimal-blog]: Cannot find reach-router module #613
-
DescriptionCan not run gatsby develop upon initial instillation due to an error in which it can't find the module '@gatsbyjs/reach-router/lib/utils'. Steps to reproduce
Expected resultSite should launch locally. Actual resultError thrown:
EnvironmentSystem: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Your |
Beta Was this translation helpful? Give feedback.
Your
npm install
didn't work correctly. Rerunnpm install --legacy-peer-deps
to install the missing packages.