Unfortunately I am unable to run the local app on my computer. After typing "npm start" in the terminal, I get a bunch of errors.
Error message:
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at userAgentContains (file:///Users/chaiwatpandey/Desktop/full-stack-foundations/node_modules/@kentcdodds/workshop-app/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs:1470:25)
at file:///Users/chaiwatpandey/Desktop/full-stack-foundations/node_modules/@kentcdodds/workshop-app/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs:1476:20
at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at async file:///Users/chaiwatpandey/Desktop/full-stack-foundations/node_modules/@kentcdodds/workshop-app/start.js:31:2
Encountered error running the server, exiting...
Unfortunately I am unable to run the local app on my computer. After typing "npm start" in the terminal, I get a bunch of errors.
Error message: TypeError: Cannot read properties of undefined (reading 'toLowerCase') at userAgentContains (file:///Users/chaiwatpandey/Desktop/full-stack-foundations/node_modules/@kentcdodds/workshop-app/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs:1470:25) at file:///Users/chaiwatpandey/Desktop/full-stack-foundations/node_modules/@kentcdodds/workshop-app/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs:1476:20 at ModuleJob.run (node:internal/modules/esm/module_job:218:25) at async ModuleLoader.import (node:internal/modules/esm/loader:329:24) at async file:///Users/chaiwatpandey/Desktop/full-stack-foundations/node_modules/@kentcdodds/workshop-app/start.js:31:2 Encountered error running the server, exiting...
Image: