-
Notifications
You must be signed in to change notification settings - Fork 5
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
error(311) Missing dependency ./panels/jimu/Panel #51
Comments
Hi,
Are you seeing any issues with the built application, or just the error in
the logs?
…On Thu, Apr 19, 2018, 3:47 PM Biboba ***@***.***> wrote:
Hi,
No matter which I choose I get this error:
error(311) Missing dependency. module:
themes/DartTheme/_build-generate_module; dependency: ./panels/jimu/Panel
Any idea ?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AB1zZgXQQDKqoOwUc2mSFbl57pVsWE8Uks5tqOnkgaJpZM4TcZC2>
.
|
I received this error when building the application with: So my build fails (among other errors #47) |
We generally don't see any missing output from build errors. With the
current state of this tool, some errors are to be expected. If you are
incorporating the tool into some sort of CI, you will need to tell your CI
system not to fail on an error.
If you are not receiving a built output at all, there may be something else
going on with these errors as a red herring. Can you double check to
ensure there is no dist folder with buildOutput?
Thanks,
George
…On Thu, Apr 19, 2018 at 3:54 PM Biboba ***@***.***> wrote:
I received this error when building the application with:
npm run build
So my build fails (among other errors #47
<#47>)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB1zZhSg16cmQvSCmHvb8lwI2pNCTO2Uks5tqOtzgaJpZM4TcZC2>
.
|
Hi @gbochenek, Thanks for the answer. I digged a bit and found the following:
And the wrong dependency Also, if I hardcode the module to be pushed as "../../jimu/OnScreenWidgetPanel", I do not have any error anymore: |
Thanks for the info! Is there anything custom with your application, or does this happen with the default app set to the Dart theme? |
Hi, No it happens with a really basic setup. As a test, I just downloaded 2.7 version of WAB (was working with 2.6), created a very basic app (BillboardTheme with simple WebMap with an ESRI default basemap), and saved the app. If I have a look at the config.json of the webapp, I have once again in the section widgetOnScreen: You don't have this issue on your side ? Thanks ! |
Nobody facing the same issue ? |
Hi,
No matter which theme I choose I get this error:
Any idea ?
Thanks
The text was updated successfully, but these errors were encountered: