diffshare / imgs

imgs is Secure Image Upload/Viewer used end-to-end encryption on Cloud Storage(e.g. Firebase Storage).
0 stars 1 forks source link

yarn dev時にエラーが出る #84

Closed diffshare closed 1 year ago

diffshare commented 1 year ago
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
warn  - You have enabled experimental feature (appDir) in next.config.js.
info  - Thank you for testing `appDir` please leave your feedback at https://nextjs.link/app-feedback
warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

event - compiled client and server successfully in 858 ms (262 modules)
wait  - compiling...
event - compiled client and server successfully in 224 ms (262 modules)
wait  - compiling /[...slug]/page (client and server)...
warn  - ./node_modules/@firebase/storage/node_modules/node-fetch/lib/index.js
Module not found: Can't resolve 'encoding' in 'C:\p\private\imgs\node_modules\@firebase\storage\node_modules\node-fetch\lib'

Import trace for requested module:
./node_modules/@firebase/storage/node_modules/node-fetch/lib/index.js
./node_modules/@firebase/storage/dist/node-esm/index.node.esm.js
./node_modules/firebase/storage/dist/index.mjs
./src/lib/firebase.ts
./src/app/[...slug]/album.tsx

./node_modules/exifr/dist/full.umd.js
Critical dependency: the request of a dependency is an expression

Import trace for requested module:
./node_modules/exifr/dist/full.umd.js
./src/lib/decrypted-image.ts
./src/app/[...slug]/album.tsx
Couldn't load fs
Couldn't load zlib
diffshare commented 1 year ago

エラーが出ていても問題ない感じなのでclose