-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot convert undefined or null to object if there are no dependencies #81
Comments
Can you make a PR? |
I can create, correct a mistake. But the problem is actually bigger than that. With this structure, the list of dependencies is not correct. They are in the root package.json file. |
Doesn't it take dependencies from root package.json?
What do you mean by "this structure"? Empty list of deps? It imports that
deps, which is declared.
пт, 22 июл. 2022 г. в 12:11, Serguei Okladnikov ***@***.***>:
… Doesn't it take dependencies from root package.json?
What do you mean by "this structure"? Empty list of deps? It imports that
deps, which is declared.
пт, 22 июл. 2022 г., 11:04 Oleg Sartakov ***@***.***>:
> I can create, correct a mistake. But the problem is actually bigger than
> that. With this structure, the list of dependencies is not correct. They
> are in the root package.json file.
>
> —
> Reply to this email directly, view it on GitHub
> <#81 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AB57HXCRNYVH2BU5U2JDEP3VVJIZ5ANCNFSM54EAC2AA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Doesn't it take dependencies from root package.json?
What do you mean by "this structure"? Empty list of deps? It imports that
deps, which is declared.
пт, 22 июл. 2022 г., 11:04 Oleg Sartakov ***@***.***>:
… I can create, correct a mistake. But the problem is actually bigger than
that. With this structure, the list of dependencies is not correct. They
are in the root package.json file.
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB57HXCRNYVH2BU5U2JDEP3VVJIZ5ANCNFSM54EAC2AA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a monorepository where some child package.json is missing dependencies.
I get this error:
The text was updated successfully, but these errors were encountered: