#VueJS depencencies fail to import their depenencies

1 messages · Page 1 of 1 (latest)

pine yarrow
#

Here is the verbose output from the build. I tried everything. modifying aliases, excluding, literally changing the paths in the library itself(LSP resolves them vue does not... ) vite:deps vue -> /home/senoraraton/bins/the-bridge/node_modules/vue/dist/vue.runtime.esm-bundler.js vite:deps xterm -> /home/senoraraton/bins/the-bridge/node_modules/xterm/lib/xterm.js vite:deps xterm-addon-fit -> /home/senoraraton/bins/the-bridge/node_modules/xterm-addon-fit/lib/xterm-addon-fit.js vite:deps xterm/src/common/Types.d -> /home/senoraraton/bins/the-bridge/node_modules/xterm/src/common/Types.d.ts vite:deps xterm/src/common/input/Keyboard -> /home/senoraraton/bins/the-bridge/node_modules/xterm/src/common/input/Keyboard.ts +1s vite:deps creating package.json in /home/senoraraton/bins/the-bridge/node_modules/.vite/deps_temp_1b1a5f3e +9s vite:resolve 0.76ms ./node_modules/xterm/src/common/Types -> null +0ms vite:resolve 0.94ms @vue/runtime-dom -> /home/senoraraton/bins/the-bridge/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0ms vite:resolve 1.11ms common/Types -> ./node_modules/xterm/src/common/Types +0ms vite:resolve 0.17ms ./node_modules/xterm/src/common/data/EscapeSequences -> null +3ms vite:resolve 0.33ms common/data/EscapeSequences -> ./node_modules/xterm/src/common/data/EscapeSequences +0ms

#

Here is a tree, showing the deps are there. ```.

├── data
│   ├── Charsets.ts
│   └── EscapeSequences.ts
├── EventEmitter.ts
├── input
│   ├── Keyboard.ts
│   ├── TextDecoder.ts
│   ├── UnicodeV6.ts
│   ├── WriteBuffer.ts
│   └── XParseColor.ts```

#

from ~/bins/the-bridge/node_modules/xterm/src/common I trimmed it for readability