-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build not working on mac #88
Comments
Hello, I'm trying to figure it out. Let's see what is happening. |
Main cause of this issue is :
@jouni-kantola I'm getting this point that there is a circular dependency between I want to try to fix this issue. |
@Kanai2003 I think you likely tagged the wrong person. |
Kanai2003
added a commit
to Kanai2003/neutralino.js
that referenced
this issue
Feb 26, 2024
Resolve: neutralinojs#88 there is a circular dependency between `src/ws/websocket.ts` and `src/api/extensions.ts` ``` Circular dependency: src/ws/websocket.ts -> src/api/extensions.ts -> src/ws/websocket.ts ``` removing dependency from websocket.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
building the javascript dependencies doesn't work out of the box on mac.
it seems to me that the typescript rollup plugin doesn't like something in the init.ts file.
when i try to run
npm run build
a second time, the error changes to something else, but still in the typescript rollup plugin.i will attach the output of me trying to build a fresh repository clone, in case it might help:
buildfail.txt
The text was updated successfully, but these errors were encountered: