Monthly Archive: August 2020

Debian apt-get error There is no public key available for the following key IDs 0

Debian apt-get error There is no public key available for the following key IDs

Hit http://ftp.debian.org jessie/main amd64 Packages Hit http://ftp.debian.org jessie/main Translation-en Ign http://ftp.debian.org jessie-backports/main Translation-en_US Ign http://ftp.debian.org jessie-backports/main Translation-en Err http://ftp.debian.org jessie-backports/main amd64 Packages 404 Not Found [IP: 130.89.148.12 80] Fetched 9,839 B in 3s (2,913...

yarn prettier:write fails with ' was unexpected at this time on Windows 0

yarn prettier:write fails with ' was unexpected at this time on Windows

yarn prettier:write $ prettier --write --config .prettierrc --ignore-path .prettierignore '**/*.ts?(x)' ' was unexpected at this time. Solution Change single quotes to escaped double quotes. This is a Windows specific problem described here. before:     "prettier:check": "prettier --check --config .prettierrc --ignore-path .prettierignore...