image icon indicating copy to clipboard operation
image copied to clipboard

Error: Cannot find package 'ipx' imported from [project_path]\.nuxt\dev\index.mjs

Open prpanto opened this issue 2 months ago • 1 comments

  • Operating System: Windows_NT
  • Node Version: v24.8.0
  • Nuxt Version: 4.1.3
  • CLI Version: 3.29.2
  • Nitro Version: 2.12.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: compatibilityDate, devtools, css, vite, modules
  • Runtime Modules: [email protected], @nuxt/[email protected]
  • Build Modules: -

I add the image module and I have some errors:

> npx nuxt module add image
ℹ Resolved @nuxt/image, adding module...                                                                                                    
ℹ Installing @nuxt/[email protected] as a dependency                                                                                                
The system cannot find the drive specified.
npm warn cleanup Failed to remove some directories [
npm warn cleanup   [
npm warn cleanup     '[project_path]\\node_modules\\prebuild-install',
npm warn cleanup     [Error: EPERM: operation not permitted, rmdir '[project_path]\node_modules\prebuild-install\node_modules\tar-fs\test\fixtures\e'] {
npm warn cleanup       errno: -4048,
npm warn cleanup       code: 'EPERM',
npm warn cleanup       syscall: 'rmdir',
npm warn cleanup       path: '[project_path]\\node_modules\\prebuild-install\\node_modules\\tar-fs\\test\\fixtures\\e'
npm warn cleanup     }
npm warn cleanup   ]
npm warn cleanup ]

...

When run the application I have this error:

"ipx" is imported by "node_modules/@nuxt/image/dist/runtime/ipx.js", but could not be resolved – treating it as an external dependency.

prpanto avatar Oct 09 '25 14:10 prpanto

I encountered the same problem

Image

wr1688 avatar Oct 30 '25 01:10 wr1688