On our package https://pkg.pr.new/~/embrace-io/embrace-web-sdk this is the suggested installation, yielding a 404:
npm i https://pkg.pr.new/embrace-io/embrace-web-sdk/@embrace-io:web-cli@4f1b536
It should have a / instead of :, like this:
npm i https://pkg.pr.new/embrace-io/embrace-web-sdk/@embrace-io/web-cli@4f1b536
Fixed by #474
On our package https://pkg.pr.new/~/embrace-io/embrace-web-sdk this is the suggested installation, yielding a 404:
It should have a
/instead of:, like this:Fixed by #474