简体   繁体   中英

How to fix turborepo warning: failed to contact turbod

I'm getting this warning when I run my Turborepo project. My current turbo version is 1.7.0.

I get this warning at every initial start of my app using yarn dev . Once the app is running I do not get any issues or warnings after that.

The warning looks like this:

failed to contact turbod. Continuing in standalone mode: connection to turbo daemon process failed. Please ensure the following:

You can check the image below.

Turborepo turbo daemob 错误


I tried removing node_modules and caches. But nothing fixes it.

I fixed the issue by deleting the turbod folder under.../Temp, remove node_modules, remove npm cache, and installing

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM