Replies: 3 comments 1 reply
-
Hi, can you provide a bit more information on how to reproduce. I just tried installing with @vendure/create 0.18.2 and did not see the error:
|
Beta Was this translation helpful? Give feedback.
-
Thanks. This was not a local install. We were trying to do the install on Digital Ocean's App platform via a repo we created. We were using Ultimately, we got past this error by manually installing the email plugin and also But, then DO complained they couldn't connect to SQL Lite. So we installed another package for this that their debugger recommended. Still couldnt connect. We then switched over to Postgres and also couldn't connect (I forgot the exact errors). After we installed Another issue is that all of these platforms expect the app to be running on port: 8080, not 3000. We changed the port in the vendure config settings, but that didn't help. We will try to a Droplet + Managed Database next. Maybe that setup will work. Perhaps consider setting up a One-Click Image on DO? |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. We'll try to use a regular DO Node.js droplet first and a managed database. I think that will work better. It could just be that the DO app platform is not up to par yet (just launched). |
Beta Was this translation helpful? Give feedback.
-
Just tried the basic install and when trying to run
npm run start
after the set up, the server throws the following error:node_modules/@vendure/email-plugin/lib/src/types.d.ts(4,28): error TS7016: Could not find a declaration file for module 'nodemailer/lib/mailer'. '/opt/build/repo/node_modules/nodemailer/lib/mailer/index.js' implicitly has an 'any' type.
Any idea how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions