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
and then, during the make dev i get this error reported in the browser:
[plugin:vite:import-analysis] Failed to resolve import "../../../target/sockets-simple.json" from "src/lib/loaders/simpleparts.ts". Does the file exist?
/home/roby/Developer/opensource/Cosmos-Keyboards/src/lib/loaders/simpleparts.ts:5:20
1 | import { BufferGeometry, Group, Matrix4, Triangle, Vector3 } from "three";
2 | import { STLLoader } from "three/examples/jsm/loaders/STLLoader";
3 | import sockets from "../../../target/sockets-simple.json";
| ^
4 | import { ITriangle } from "./simplekeys";
5 | function socket(name) {
at TransformPluginContext._formatError (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:49746:41)
at TransformPluginContext.error (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:49741:16)
at normalizeUrl (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:64331:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:64463:39
at async Promise.all (index 2)
at async TransformPluginContext.transform (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:64390:7)
at async PluginContainer.transform (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:49587:18)
at async loadAndTransform (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:52409:27)
at async viteTransformMiddleware (file:///home/roby/Developer/opensource/Cosmos-Keyboards/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:62173:24
I'm using arch linux (btw) and bun 1.1.27.
The text was updated successfully, but these errors were encountered:
Hey. For some reason bun has been struggling with the wasm libraries. I've noticed this error appears randomly, and if you repeatedly run things eventually they'll work.
Node.js is also a lot more solid with these scripts for some reason. A make BUN= quickstart should work.
Hi, I'm trying to run the application locally because I want to add a 128x64 display.
During the
make quickstart
I get this error:and then, during the
make dev
i get this error reported in the browser:I'm using arch linux (btw) and bun 1.1.27.
The text was updated successfully, but these errors were encountered: