无法正常启动univer #6492
Unanswered
zxyandzxy
asked this question in
Q&A | 常见问题
无法正常启动univer
#6492
Replies: 1 comment
-
|
refer to: https://github.com/dream-num/univer-pro-sheet-start-kit |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
demo场景中无法启动univer服务,(univerpro的相关配置都是成功的),报错信息感觉像是底层代码出了问题(docs和sheet报错信息一样)
控制台报错信息主要有两个:
(1)
Identifier "network.http-implementation" already exists. Returning the cached identifier decorator.
createIdentifier | @ | decorators.ts:149
Identifier "univer.network.socket.service" already exists. Returning the cached identifier decorator.
createIdentifier | @ | decorators.ts:149
(2)
Uncaught QuantityCheckError: [redi]: Expect 1 dependency item(s) for id "x" but get 0. Did you forget to register it?
at onParent (injector.ts:950:15)
at Injector2.getValue (injector.ts:973:12)
at Injector2._get (injector.ts:572:33)
at Injector2.get (injector.ts:541:28)
at Dt._initDependencies (index.js:1:187757)
at Dt.onStarting (index.js:1:186838)
at index.js:18539:13
at Array.forEach ()
at vs._runStage (index.js:18536:7)
at Object.next (index.js:18527:37)
Sheet核心源代码如下:
Docs源代码如下:
package.json文件如下:
Beta Was this translation helpful? Give feedback.
All reactions