since v5.101.2 I cannot build dojo project: Module not found: Error: Can't resolve #19880
Unanswered
JakubSzAdtran
asked this question in
Q&A
Replies: 2 comments
-
@JakubSzAdtran If could provide a minimal reproducible repo, that would be great. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@JakubSzAdtran Please always follow the issue templates otherwise your issue will be moved to the discussions, respect your and our time, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error:
ERROR in ./node_modules/dojo/main.js 26:2-33
Module not found: Error: Can't resolve '/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug' in '/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/node_modules/dojo'
resolve '/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug' in '/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/node_modules/dojo'
using description file: /home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/node_modules/dojo/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
root path /home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo
using description file: /home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/package.json (relative path: ./home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug)
no extension
Field 'browser' doesn't contain a valid alias configuration
/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug.js doesn't exist
as directory
/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug doesn't exist
using description file: /home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/package.json (relative path: ./_firebug/firebug)
no extension
Field 'browser' doesn't contain a valid alias configuration
/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug.js doesn't exist
as directory
/home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug doesn't exist
@ ./node_modules/dojox/grid/_View.js 1:0-858:2
@ ./node_modules/dojox/grid/_Grid.js 1:0-1396:2
@ ./node_modules/dojox/grid/DataGrid.js 1:0-663:2
@ ./webgui/dojo-modules-common.js 9:0-70:2
where:
w node_modules/dojo/main.js:26: require(["./_firebug/firebug"]);
THe problem does not exist in v5.101.1
Other relevant information:
webpack version: v5.101.2
Node.js version:
Operating System:
Additional tools:
Beta Was this translation helpful? Give feedback.
All reactions