build error
#8398
Replies: 1 comment
-
|
Hi. How are you building your app? |
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.
-
"@itwin/appui-abstract": "^5.0.4",
"@itwin/appui-react": "^5.11.2",
"@itwin/cloud-agnostic-core": "^3.0.2",
"@itwin/components-react": "^5.11.2",
"@itwin/core-backend": "^5.0.4",
"@itwin/core-bentley": "^5.0.4",
"@itwin/core-common": "^5.0.4",
"@itwin/core-frontend": "^5.0.4",
"@itwin/core-geometry": "^5.0.4",
"@itwin/core-markup": "^5.0.4",
"@itwin/core-mobile": "^5.0.4",
"@itwin/core-orbitgt": "^5.0.4",
"@itwin/core-quantity": "^5.0.4",
"@itwin/core-react": "^5.11.2",
now,use itwinjs5.0.4 version and build error:
[1] @use "~@itwin/core-react/lib/core-react/z-index" as ;/---------------------------------------------------------------------------------------------
^
[2] * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
[3] * See LICENSE.md in the project root for license terms and full copyright notice.
[4] --------------------------------------------------------------------------------------------/
[5]
[6]
[7] .nz-popup-tooltip {
[8] position: absolute;
[9] background-color: hsl(var(--iui-color-background-hsl) / 0.9);
[10] color: var(--iui-color-text);
[11] display: grid;
Error: Can't find stylesheet to import.
╷
1 │ @use "~@itwin/core-react/lib/core-react/z-index" as ;/---------------------------------------------------------------------------------------------
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules@itwin\appui-react\lib\appui-react\layout\popup\Tooltip.scss 1:1 root stylesheet
at Object.wrapException (D:\myproject\node_modules\sass\sass.dart.js:2305:43)
at D:\myproject\node_modules\sass\sass.dart.js:87582:25
at _wrapJsFunctionForAsync_closure.$protected (D:\myproject\node_modules\sass\sass.dart.js:5020:15)
at _wrapJsFunctionForAsync_closure.call$2 (D:\myproject\node_modules\sass\sass.dart.js:38007:12)
at _awaitOnObject_closure.call$1 (D:\myproject\node_modules\sass\sass.dart.js:37995:32)
at Object._rootRunUnary (D:\myproject\node_modules\sass\sass.dart.js:5423:18)
at StaticClosure. (D:\myproject\node_modules\sass\sass.dart.js:124121:16)
at _CustomZone.runUnary$2$2 (D:\myproject\node_modules\sass\sass.dart.js:39456:39)
at _Future__propagateToListeners_handleValueCallback.call$0 (D:\myproject\node_modules\sass\sass.dart.js:38521:51)
at Object._Future__propagateToListeners (D:\myproject\node_modules\sass\sass.dart.js:5215:93)
at _Future._completeWithValue$1 (D:\myproject\node_modules\sass\sass.dart.js:38385:9)
at _AsyncAwaitCompleter.complete$1 (D:\myproject\node_modules\sass\sass.dart.js:37982:14)
at Object._asyncReturn (D:\myproject\node_modules\sass\sass.dart.js:4992:17)
at D:\myproject\node_modules\sass\sass.dart.js:87677:24
at _wrapJsFunctionForAsync_closure.$protected (D:\myproject\node_modules\sass\sass.dart.js:5020:15)
at _wrapJsFunctionForAsync_closure.call$2 (D:\myproject\node_modules\sass\sass.dart.js:38007:12)
at _awaitOnObject_closure.call$1 (D:\myproject\node_modules\sass\sass.dart.js:37995:32)
at Object._rootRunUnary (D:\myproject\node_modules\sass\sass.dart.js:5423:18)
at StaticClosure. (D:\myproject\node_modules\sass\sass.dart.js:124121:16)
at _CustomZone.runUnary$2$2 (D:\myproject\node_modules\sass\sass.dart.js:39456:39)
at _Future__propagateToListeners_handleValueCallback.call$0 (D:\myproject\node_modules\sass\sass.dart.js:38521:51)
at Object._Future__propagateToListeners (D:\myproject\node_modules\sass\sass.dart.js:5215:93)
at _Future._completeWithValue$1 (D:\myproject\node_modules\sass\sass.dart.js:38385:9)
at _Future__asyncCompleteWithValue_closure.call$0 (D:\myproject\node_modules\sass\sass.dart.js:38463:18)
at Object._rootRun (D:\myproject\node_modules\sass\sass.dart.js:5413:16)
at StaticClosure. (D:\myproject\node_modules\sass\sass.dart.js:124117:16)
at _CustomZone.run$1$1 (D:\myproject\node_modules\sass\sass.dart.js:39451:39)
at _CustomZone_bindCallback_closure.call$0 (D:\myproject\node_modules\sass\sass.dart.js:39550:25)
at Object._microtaskLoop (D:\myproject\node_modules\sass\sass.dart.js:5273:24)
at StaticClosure._startMicrotaskLoop (D:\myproject\node_modules\sass\sass.dart.js:5279:11)
at _AsyncRun__scheduleImmediateJsOverride_internalCallback.call$0 (D:\myproject\node_modules\sass\sass.dart.js:37908:21)
at process.processImmediate (node:internal/timers:485:21)
Beta Was this translation helpful? Give feedback.
All reactions