Report this

What is the reason for this report?

Setting up VueJS in Digital Ocean Apps

Posted on April 18, 2021

I keep getting a console error “No file to start server” when i tried to deploy my VueJs App through the new Apps platform. My Build script on package.json is here:

“scripts”: { “start”: “vue-cli-service serve”, “serve”: “vue-cli-service serve”, “build”: “vue-cli-service build”, “lint”: “vue-cli-service lint” },

I compared with the sample vuejs app. The content looks like binary. Anyone experienced this and how did you go through?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @ibukunakins

If you are referring to these log lines:

---> No file to start server
---> either use 'docker run' to start container or add index.js or server.js

Assuming your app is starting fine—it is completely safe to ignore them as they should not be printed most of the time. We’re aware of this and will be fixing it soon so that they do not show up in the logs anymore.

I’ve found deploying Vue3 to be pretty annoying.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.