A continuation of #849. While the command no longer crashes, it now seems to hang indefinitely on both of my devices. It looks like this is related to something to do with the alpine edge repo, rather than 3.12. Exported rootFS is at the link below, as unfortunately it's too big for GH file upload.
npm install --save-dev --exact prettier
rootfs
You can easily reproduce this from scratch by doing the following:
- Import a new rootfs.
- Edit
/etc/apk/repositories to point to edge instead of v3.12.
apk update && apk upgrade --available.
apk add npm nodejs.
- Run the above command.
A continuation of #849. While the command no longer crashes, it now seems to hang indefinitely on both of my devices. It looks like this is related to something to do with the alpine
edgerepo, rather than3.12. Exported rootFS is at the link below, as unfortunately it's too big for GH file upload.rootfs
You can easily reproduce this from scratch by doing the following:
/etc/apk/repositoriesto point toedgeinstead ofv3.12.apk update && apk upgrade --available.apk add npm nodejs.