Xyphyn / photon

An opinionated web client for Lemmy to help users discover the fediverse.
https://phtn.app
GNU Affero General Public License v3.0
389 stars 43 forks source link

npm conflicts with direct dependency #326

Closed Tealk closed 5 months ago

Tealk commented 5 months 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 5 months ago

Fixed in v1.30.1