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
My code folder (/Volumes/Code) is a separated volume (so that it can be case-sensitive). When I was following https://deno.com/blog/build-astro-with-deno and ran deno install --allow-scripts:
Failed to clone dir "/Users/shiroki/Library/Caches/deno/npm/registry.npmjs.org/sisteransi/1.0.5" to "/Volumes/Code/osa/website/node_modules/.deno/[email protected]/node_modules/sisteransi" via clonefile: Cross-device link (os error 18)
......
Failed to clone dir "/Users/shiroki/Library/Caches/deno/npm/registry.npmjs.org/astro/4.16.13" to "/Volumes/Code/osa/website/node_modules/.deno/[email protected]/node_modules/astro" via clonefile: Cross-device link (os error 18)
error: script 'install' in '[email protected]' failed with exit code 1
stderr:
error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///Volumes/Code/osa/website/node_modules/.deno/[email protected]/node_modules/sharp/install/check' imported from 'file:///Volumes/Code/osa/website/node_modules/.deno/[email protected]/node_modules/sharp'
error: failed to run scripts for packages: [email protected]
Version: Deno 2.0.6
My code folder (
/Volumes/Code
) is a separated volume (so that it can be case-sensitive). When I was following https://deno.com/blog/build-astro-with-deno and randeno install --allow-scripts
:The
package.json
FYI:What I found might be correlated:
#20246
#19879
The text was updated successfully, but these errors were encountered: