[email protected] "do not use"?
Hi! I just set up a new T3 project. Installing the packages generated the following scary message:
The message further recommends using
lru-cache
instead. Will replacing inflight
with lru-cache
break my project? Or should I just stick with inflight
and hope for the best?4 Replies
same here i get other packages too like:
i don't get the warning when i use pnpm instead of npm though @stu
You can use
pnpm why
to see why a package is installed
It's a 7 layers deep dependency for eslint and drizzle-kit. So the package is not actually used in the app you build.