unbuild icon indicating copy to clipboard operation
unbuild copied to clipboard

Why I got some warn message `Inlining implicit external package.json` on windows building

Open aliuq opened this issue 2 years ago • 2 comments

 WARN  Inlining implicit external XXXX\package.json  

aliuq avatar Apr 24 '22 11:04 aliuq

You probably have added a module into your devDependencies which should be in your dependencies or peerDependencies

wobsoriano avatar May 08 '22 16:05 wobsoriano

Getting same error:

WARN  Inlining implicit external @iconify/types

Package @iconify/types is not in dependencies, but @iconify/utils is, which is in dependencies prop, which has @iconify/types as dependency.

So it is a dependency of dependency situation.

cyberalien avatar Sep 14 '22 07:09 cyberalien