You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno is supported now by Nuxt and shown as an option as your package manager for new Nuxt Projects initiated via CLI.
However, this module doesn't work with Deno. I noted this on a closed issue: #1210 (comment)
Deno’s Node.js compatibility layer doesn’t fully implement BrotliDecompress.prototype.constructor, which sharp relies on internally. This gives you an error message on deno install
Warning The following packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed:
...
┠─ npm:[email protected]
...
And if you try to use the allow-scripts flag you get:
error: script 'install' in '[email protected]' failed with exit code 1
stdout:
sharp: Using cached C:\Users\ryan\AppData\Roaming\npm-cache\_libvips\libvips-8.14.5-win32-x64.tar.br
sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies
stderr:
sharp: Installation error: Not implemented: BrotliDecompress.prototype.constructor
The text was updated successfully, but these errors were encountered:
Deno is supported now by Nuxt and shown as an option as your package manager for new Nuxt Projects initiated via CLI.
However, this module doesn't work with Deno. I noted this on a closed issue: #1210 (comment)
Deno’s Node.js compatibility layer doesn’t fully implement
BrotliDecompress.prototype.constructor
, which sharp relies on internally. This gives you an error message ondeno install
And if you try to use the
allow-scripts
flag you get:The text was updated successfully, but these errors were encountered: