Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
311 stars 35 forks source link

npm conflicts with direct dependency #326

Closed Tealk closed 1 month ago

Tealk commented 1 month ago

Hello, I have just tried to build 1.30.0 and get the following error:

docker build -t photon:1.30.0 .
Sending build context to Docker daemon  1.625MB
Step 1/9 : FROM node:20-alpine
 ---> 5414852b0111
Step 2/9 : WORKDIR /app
 ---> Using cache
 ---> 9f1a21f6ce0c
Step 3/9 : COPY package.json ./
 ---> Using cache
 ---> 94f905ae214c
Step 4/9 : RUN npm install
 ---> Running in 5ed1de023f16
npm ERR! code EOVERRIDE
npm ERR! Override for @sveltejs/kit@latest conflicts with direct dependency

Versions

Xyphyn commented 1 month ago

Fixed in v1.30.1