Open mayank99 opened 2 years ago
nice yeah, there's sed
and cp
and a few other unix commands in the scripts that could leverage a node package for cross platform support 👍🏻
regarding prettier, perhaps editor config's didnt age well and a migration from it to prettier could be helper. tho i think i'd go standardjs, as it's much more aligned with the style already in the repo.
I couldn't get
dev:extension
to work on windows (it usescp
). When I tried using WSL (which does supportcp
), I got an error withsed
.Originally posted by @argyleink in https://github.com/GoogleChromeLabs/ProjectVisBug/issues/569#issuecomment-1267237851
Also (maybe unrelated):
npm install
on latest version of node/npm recreates lockfile version 2prettierrc
or.vscode/settings.json
(or both) is needed.