npm run tauri dev not success for me #58
Closed
asfarmed22
started this conversation in
General
Replies: 1 comment
-
that looks more like a nodejs version issue than a tauri issue, @asfarmed22 what version of node is that ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
root@vmi2106969:~# npm run tauri dev
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /root/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/root/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2024-11-08T13_36_37_045Z-debug.log
root@vmi2106969:~#
Beta Was this translation helpful? Give feedback.
All reactions