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
I tried using it with NodeJS v20 (CJS), but I can't seem to get it to work; “require” doesn't work. I saw that you had a “build:cjs” script, but it displays an error....
Error Error: ENOENT: no such file or directory, open '/Users/xxxx/Dev/tmp/embedjs/embedJs/dist/esm/embedjs/src/core/rag-application-builder.cjs'
at async open (node:internal/fs/promises:639:25)
at async writeFile (node:internal/fs/promises:1212:14)
at async moveAndRename (file:///Users/xxx/Dev/tmp/embedjs/embedJs/scripts/move-cjs-to-dist.js:30:13)
at async moveAndRename (file:///Users/xxxx/Dev/tmp/embedjs/embedJs/scripts/move-cjs-to-dist.js:12:13)
at async moveAndRename (file:///Users/xxxx/Dev/tmp/embedjs/embedJs/scripts/move-cjs-to-dist.js:12:13)
at async moveAndRename (file:///Users/xxxx/Dev/tmp/embedjs/embedJs/scripts/move-cjs-to-dist.js:12:13) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/xxx/Dev/tmp/embedjs/embedJs/dist/esm/embedjs/src/core/rag-application-builder.cjs'
}
```
Suggestion?
Thanks
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I tried using it with NodeJS v20 (CJS), but I can't seem to get it to work; “require” doesn't work. I saw that you had a “build:cjs” script, but it displays an error....
The text was updated successfully, but these errors were encountered: