We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
installed @fxts/core version 0.16.0
application could not run
main.ts:24 Error: Unsatisfied version 0 from project1 of shared singleton module @fxts/core (required ~0.16.0) at getStrictSingletonVersion (main.js:456:58) at main.js:540:19 at main.js:492:19 at 93272 (main.js:578:26) at main.js:893:55 at Array.forEach () at webpack_require.f.consumes (main.js:876:35) at ensure chunk:6:1 at Array.reduce () at webpack_require.e (ensure chunk:5:1) (anonymous) @ main.ts:24 invoke @ zone.js:368 run @ zone.js:129 (anonymous) @ zone.js:1257 invokeTask @ zone.js:402 runTask @ zone.js:173 drainMicroTaskQueue @ zone.js:581 Promise.then (async) nativeScheduleMicroTask @ zone.js:557 scheduleMicroTask @ zone.js:568 scheduleTask @ zone.js:392 scheduleTask @ zone.js:216 scheduleMicroTask @ zone.js:236 scheduleResolveOrReject @ zone.js:1247 resolvePromise @ zone.js:1184 (anonymous) @ zone.js:1100 (anonymous) @ zone.js:1116 webpackJsonpCallback @ main.js:981 (anonymous) @ apps_medsoft_src_bootstrap_ts.js:1 Show 15 more frames
Application to run as usual
The text was updated successfully, but these errors were encountered:
@st-clair-clarke Thanks for reporting the issue.
However, looking at the error message, it is difficult to infer what environment caused the error stack to occur.
Could you provide an environment(repo) to reproduce the issue?
Sorry, something went wrong.
No branches or pull requests
Bug Report
💻 Code
installed @fxts/core version 0.16.0
🙁 Actual behavior
application could not run
main.ts:24 Error: Unsatisfied version 0 from project1 of shared singleton module @fxts/core (required ~0.16.0)
at getStrictSingletonVersion (main.js:456:58)
at main.js:540:19
at main.js:492:19
at 93272 (main.js:578:26)
at main.js:893:55
at Array.forEach ()
at webpack_require.f.consumes (main.js:876:35)
at ensure chunk:6:1
at Array.reduce ()
at webpack_require.e (ensure chunk:5:1)
(anonymous) @ main.ts:24
invoke @ zone.js:368
run @ zone.js:129
(anonymous) @ zone.js:1257
invokeTask @ zone.js:402
runTask @ zone.js:173
drainMicroTaskQueue @ zone.js:581
Promise.then (async)
nativeScheduleMicroTask @ zone.js:557
scheduleMicroTask @ zone.js:568
scheduleTask @ zone.js:392
scheduleTask @ zone.js:216
scheduleMicroTask @ zone.js:236
scheduleResolveOrReject @ zone.js:1247
resolvePromise @ zone.js:1184
(anonymous) @ zone.js:1100
(anonymous) @ zone.js:1116
webpackJsonpCallback @ main.js:981
(anonymous) @ apps_medsoft_src_bootstrap_ts.js:1
Show 15 more frames
🙂 Expected behavior
Application to run as usual
Version Information
The text was updated successfully, but these errors were encountered: