ixlandia

Results 5 comments of ixlandia

The platform-specific sharp modules are in `@img`, not `sharp`. 7.12.2 had `sharp-libvips-linux-x64` and `sharp-linux-x64` in that folder, whereas 7.13.0 has `sharp-libvips-linux-arm64` and `sharp-linux-arm64` instead. Installing them with `npm install --include=optional...

That folder won't be there until after you run the npm install command. The npm install command should be run the same way you normally run it when updating. I...

> > That folder won't be there until after you run the npm install command. > > Nope, I typically run `cd /tmp/bundle/programs/server && npm install`, and after doing so...

Run `sudo npm install --include=optional --os=linux --cpu=x64 [email protected]` after the normal `sudo npm install` command. Then proceed as normal. You shouldn't need to copy the `sharp` folder if you include...

Just running `npm install` will pull dependencies from `package.json` whereas `npm install ... sharp` only installs the sharp module.