You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./apps/.npm/package.json doesn't exists; A folder created by NPM ./packages/ui/package.json doesn't exists; a sub-folder used by another workspaces glob, but does not contain source code itself
The text was updated successfully, but these errors were encountered:
This behavior is expected, as any folder in e.g. apps/* is considered a package. We could (and maybe should) ignore .npm folders though, and for packages/ui you should update your workspaces configuration to add !packages/ui
Hello,
I am getting false-positive errors regarding the
packages-without-package-json
rule../apps/.npm/package.json doesn't exists
; A folder created by NPM./packages/ui/package.json doesn't exists
; a sub-folder used by another workspaces glob, but does not contain source code itselfThe text was updated successfully, but these errors were encountered: