install acebase-server #228
-
hi I'm trying to install acebase-server on a hosting from cpanel. I follow the steps: and gives the following error:
/home/programa/aplicaciones/acebase/node_modules/acebase-server/dist/esm/start.js:1 SyntaxError: Unexpected token import npm ERR! A complete log of this run can be found in: npm ERR! A complete log of this run can be found in: what am I doing wrong? ruben |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To run an AceBase server using the ES Modules build, you need at least Node.js 14. If you are using an older version (but at least 10.4), you can start it using the CommonJS build with |
Beta Was this translation helpful? Give feedback.
-
thank you |
Beta Was this translation helpful? Give feedback.
To run an AceBase server using the ES Modules build, you need at least Node.js 14. If you are using an older version (but at least 10.4), you can start it using the CommonJS build with
node dist/cjs/start.js ...