Quick Start Mode fails due to isbot #8411
-
Hi, following the guide at https://remix.run/docs/en/2.4.1/start/quickstart I am unable to start remix-serve
Am I doing something wrong, or is this a recently introduced bug? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
See the notice here: https://www.npmjs.com/package/isbot#migrate-to-version-4-today Change your import to this: import { isbot } from "isbot"; |
Beta Was this translation helpful? Give feedback.
-
I believe this could also be solved temporarily by running |
Beta Was this translation helpful? Give feedback.
-
Followed tutorial from here and ran into this issue today. :( |
Beta Was this translation helpful? Give feedback.
I believe this could also be solved temporarily by running
npm install [email protected]