-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
download:plugins fails if "theiaPlugins" is not present in package.json #8053
Comments
What would you expect? Docs says that you should have |
@lal12 the |
I would assume that you could have no object in there, if you are using a bunch of standard scripts maybe from another project. I expected a npm/yarn compatible behavior, which also won't fail if no dependency property is specified. However I also get your position and think failing is an acceptable option. But in this case I think there should be a proper error message, currently there is just a TypeError. |
Fixes: #8053 The following commit updates the `download:plugins` script to report when the mandatory `theiaPlugins` property is missing from the `package.json` resulting in no plugins being downloaded. Signed-off-by: vince-fugnitto <[email protected]>
Fixes: #8053 The following commit updates the `download:plugins` script to report when the mandatory `theiaPlugins` property is missing from the `package.json` resulting in no plugins being downloaded. Signed-off-by: vince-fugnitto <[email protected]>
Fixes: #8053 The following commit updates the `download:plugins` script to report when the mandatory `theiaPlugins` property is missing from the `package.json` resulting in no plugins being downloaded. Signed-off-by: vince-fugnitto <[email protected]>
Bug Description:
download:plugins fails if "theiaPlugins" is not present in package.json
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: