Replies: 5 comments 2 replies
-
Tauri doesn't embed any node runtime, your only solution would be to package your node app with pkg or something similar and then use it as a sidecard |
Beta Was this translation helpful? Give feedback.
-
Do you need to use rust syntax in your project? |
Beta Was this translation helpful? Give feedback.
-
If you need an operating system api, do you need to use node dependencies? |
Beta Was this translation helpful? Give feedback.
-
Great tutorial about Node.js as a sidecar on the Tauri website: |
Beta Was this translation helpful? Give feedback.
-
I want to use npx commands on user system, but I dont want them to manually intall node if they dont have it. how can i just simply run npx commands from my tauri app but using the bundled npx? The sidecar idea seems strange to me, I don't want to hardcode commands in the sidecar just simply use npx |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a front-end developer. I'm familiar with node, but I'm not familiar with rust, but I also want to use tauri. What should I do。
Can you use the api in node directly, discarding the rust syntax entirely
Beta Was this translation helpful? Give feedback.
All reactions