graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.74k stars 219 forks source link

scripts/start.js yarn silent flag not accepted by Yarn berry v3 #270

Closed hegelstad closed 3 years ago

hegelstad commented 3 years ago

Summary

https://github.com/graphile/starter/blob/b4849f788b480b4d1f8f6c7ec42bfbf32445f4e3/scripts/start.js#L16

YARN_SILENT flag not accepted by Yarn berry v3.

Possible future breaking change.

Steps to reproduce

yarn set version berry
yarn set version 3.x
yarn start

Expected results

I expect that the server will start.

Actual results

Yarn reports error:

Usage Error: Unrecognized or legacy configuration settings found: silent - run "yarn config -v" to see the list of settings supported in Yarn (in <environment>)
benjie commented 3 years ago

Thanks for the heads up. Since this repo isn't designed to work with yarn berry I'm not particularly concerned about this right now, but will keep it in mind for the future :+1: