@dogelover
do you know how i can get he web frontend working on WSL, the server is working well now, but when i try to run npm start from the web folder, i get this error
> [email protected] start
> npm install && npm-run-all -p watch-css start-js
'\\wsl.localhost\Ubuntu-20.04\home\z\hollaex\web'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
npm ERR! code EPERM
npm ERR! syscall open
npm ERR! path C:\Windows\package-lock.json
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, open 'C:\Windows\package-lock.json'
npm ERR! [Error: EPERM: operation not permitted, open 'C:\Windows\package-lock.json'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'open',
npm ERR! path: 'C:\\Windows\\package-lock.json'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in: