You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu20:/opt/my-app# yarn start
yarn run v1.22.10
$ node server.js
*******************************************************************
*
* Initialize Steedos Server ...
*
* VERSION: 1.23.35
* PORT: 5000
* ROOT_URL: http://127.0.0.1:5000
* MONGO_URL: mongodb://localhost:27017/steedos
* PROJECT_DIR: /opt/my-app
* STORAGE_DIR: /opt/my-app/storage
*
*******************************************************************
TypeError: _interopRequireDefault is not a function
at logging.js (/opt/my-app/node_modules/@steedos/meteor-bundle-runner/src/packages/logging.js:26:22)
at fileEvaluate (packages/modules-runtime.js:336:7)
at Module.require (packages/modules-runtime.js:238:14)
at require (packages/modules-runtime.js:258:21)
at /opt/my-app/node_modules/@steedos/meteor-bundle-runner/src/packages/logging.js:379:15
at /opt/my-app/node_modules/@steedos/meteor-bundle-runner/src/packages/logging.js:386:3
at /opt/my-app/node_modules/@steedos/meteor-bundle-runner/src/boot.js:414:36
at Array.forEach (<anonymous>)
at Object.loadServerBundles (/opt/my-app/node_modules/@steedos/meteor-bundle-runner/src/boot.js:221:19)
at /opt/my-app/server.js:9:20
Done in 11.04s.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
依赖
如下错误,直接拉取官方源码运行是能够成功的,请问怎么解决?
Beta Was this translation helpful? Give feedback.
All reactions