rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

`npm i` error #563

Open babakfp opened 1 year ago

babakfp commented 1 year ago
> svelte-select@5.3.1 preprepare
> node src/remove-styles.cjs 👈

node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, open 'C:\Users\babak\Documents\GitHub\svelte-select\src\lib\no-styles\C:\Users\babak\Documents\GitHub\svelte-select\src\lib\Select.svelte'] {    
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'C:\\Users\\babak\\Documents\\GitHub\\svelte-select\\src\\lib\\no-styles\\C:\\Users\\babak\\Documents\\GitHub\\svelte-select\\src\\lib\\Select.svelte'
}

Node.js v18.14.0
npm ERR! code 1
npm ERR! path C:\Users\babak\Documents\GitHub\svelte-select
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node src/remove-styles.cjs

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\babak\AppData\Local\npm-cache\_logs\2023-03-06T18_51_46_847Z-debug-0.log
ChaoticLeah commented 1 year ago

I have also encountered this issue. Not sure how to fix it.