Xin
Xin
Error: Cannot find module 'graphql/language/parser' Require stack:
Got the error message below, when doing babel-node tools/distServer.js (open-src) Error: Element from loaders list should have one of the fields 'loader' or 'loaders' at getLoadersFromObject (C:\Repo\vcm-spa\app\node_modules\webpack-core\lib\LoadersList.js:60:8) at LoadersList. (C:\Repo\vcm-spa\app\node_modules\webpack-core\lib\LoadersList.js:78:12)...
### Bug description in schema.prisma ``` model page { collections String[] @default([]) @db.VarChar(64) } ``` Everytime create migration will create below ``` -- AlterTable ALTER TABLE "page" ALTER COLUMN "collections"...

All looks good. but when I trigger a deploy (we use GO), all instances get duplicated, as below: 
ERROR (node:8) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created)
**Describe the bug** For web run tool for automatically add pdfjs library (CDN) in index.html: `flutter pub run pdfx:install_web` **To Reproduce** Steps to reproduce the behavior: 1. `flutter pub run...