You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I cloned the main branch of the repo and tried to run the format script I have encountered the following error:
Found an unknown key `useNodejsImportProtocol`.
It seems that Biome supports this key only from version 1.5, while the version in the yarn.lockfile is 1.4.
I fixed the error with bumping the version to 1.5, and then also changing the trailingComma key to trailingCommas
The text was updated successfully, but these errors were encountered:
When I cloned the
main
branch of the repo and tried to run theformat
script I have encountered the following error:It seems that Biome supports this key only from version 1.5, while the version in the
yarn.lock
file is 1.4.I fixed the error with bumping the version to 1.5, and then also changing the
trailingComma
key totrailingCommas
The text was updated successfully, but these errors were encountered: