ello! I am trying to stand up a speckle 2.0 server and I keep running into build errors. I’ve been following the steps for cloning the server, running npm install, and setting up the .env file at the root. Since I’m very new to Servers, Docker, NPM, and life in general I’ve been trying to docker-compose up and read through the cli to see if there is any errors I can pick up on that make sense. I’ve been able to tackle missing packages and unsynced package-lock files, but I keep hitting a wall when I get to step 18/28 : RUN npm run build.
ERROR Build failed with errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @speckle/frontend@2.1.0 build: `vue-cli-service build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @speckle/frontend@2.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I have tried installing/reinstalling @vue-cli-service, but I’m not really sure if I’ve done anything or just randomly pinged someone on twitter…
I’m in the midst of googling for a solution, so I will update this forum if I make any progress. I’m unsure of what info I can supply to help work through this issue, but if there is any request I can do my best to share em’!