cypress-io / cypress-realworld-testing

Next.js project for learn.cypress.io

Home Page:https://learn.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install lodash --save

lemitchv opened this issue · comments

Reproduction

  1. follow the installation instruction
  2. run npm run dev

Observed result

the follwing error occurs:
ready - started server on 0.0.0.0:3000, url: http://localhost:3000 event - compiled client and server successfully in 3.8s (179 modules) wait - compiling /_error (client and server)... event - compiled client and server successfully in 238 ms (180 modules) wait - compiling / (client and server)... error - ./machines/progressMachine.ts:3:0
Module not found: Can't resolve 'lodash/fp'

Fix

To fix it, i ran
npm install lodash --save

Didn't run into this issue myself, but the dependencies get updated periodically. Going to close this one, but if you run into it again ping me here.