refilelabs / image

Image layer repository holding all image tooling.
http://refilelabs.com
0 stars 0 forks source link

Problems building fresh project (nuxt) #4

Closed tomvoet closed 3 hours ago

tomvoet commented 2 days ago

On node 20 and node 18 in a fresh package install there is this issue. You can use any package manager you like.

It would be better if you add your package lock file on the repo.

npm install
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated npmlog@5.0.1: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated gauge@3.0.2: This package is no longer supported.

> image-layer@0.0.1 postinstall
> nuxt prepare .playground && bun run wasm:bundle

 ERROR  Nuxt module should be a function: @vueuse/nuxt                      9:42:00 AM

  at loadNuxtModuleInstance (node_modules/@nuxt/kit/dist/index.mjs:2466:11)
  at async installModule (node_modules/@nuxt/kit/dist/index.mjs:2389:47)
  at async initNuxt (node_modules/nuxt/dist/index.mjs:4684:5)
  at async loadNuxt (node_modules/nuxt/dist/index.mjs:4854:5)
  at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2633:19)
  at async Object.run (node_modules/nuxi/dist/chunks/prepare.mjs:61:18)
  at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.f8a4d1b7.mjs:1648:16)
  at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.f8a4d1b7.mjs:1639:11)
  at async runMain$1 (node_modules/nuxi/dist/shared/nuxi.f8a4d1b7.mjs:1777:7) 

 ERROR  Nuxt module should be a function: @vueuse/nuxt                      9:42:00 AM

npm error code 1
npm error path /Users/arunavoray/Documents/Development/Studio/formatfuse/ref/image
npm error command failed
npm error command sh -c nuxt prepare .playground && bun run wasm:bundle
npm error A complete log of this run can be found in: /Users/arunavoray/.npm/_logs/2024-11-30T04_10_34_441Z-debug-0.log

Originally posted by @arunavo4 in https://github.com/refilelabs/image/issues/3#issuecomment-2508824017