docker compose部署后,一直报错 #7422
Replies: 1 comment
-
|
steedos stdout | SyntaxError: Unexpected token '||=' |
Beta Was this translation helpful? Give feedback.
-
|
steedos stdout | SyntaxError: Unexpected token '||=' |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
打开网页提示Steedos is initializing. This might take a few minutes.
查看容器steed-steedos日志一直报错:
steedos stdout | SyntaxError: Unexpected token '||='
steedos stdout | at compileFunction ()
steedos stdout | at wrapSafe (internal/modules/cjs/loader.js:1029:16)
steedos stdout | at Module._compile (internal/modules/cjs/loader.js:1078:27)
steedos stdout | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
steedos stdout | at Module.load (internal/modules/cjs/loader.js:979:32)
steedos stdout | at Function.Module._load (internal/modules/cjs/loader.js:819:12)
steedos stdout | at Module.require (internal/modules/cjs/loader.js:1003:19)
steedos stdout | at require (internal/modules/cjs/helpers.js:107:18)
steedos stdout | at Object. (/app/node_modules/mingo/dist/cjs/operators/update/index.js:17:28)
steedos stdout | at Module._compile (internal/modules/cjs/loader.js:1114:14)
steedos stdout | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
steedos stdout | at Module.load (internal/modules/cjs/loader.js:979:32)
steedos stdout | at Function.Module._load (internal/modules/cjs/loader.js:819:12)
steedos stdout | at Module.require (internal/modules/cjs/loader.js:1003:19)
steedos stdout | at require (internal/modules/cjs/helpers.js:107:18)
怎样解决
Beta Was this translation helpful? Give feedback.
All reactions