Hi everyone, I am trying to use Wasp for the first time and although I was able to get all the dependencies and code, I can't seem to be able to run. This is that I get when I do from my mac. I'd appreciate any help
MyApp % wasp start
--- Starting compilation and setup phase. Hold tight... ------------------------
--- Compiling wasp project... --------------------------------------------------
[ Wasp ] Starting npm install [ Wasp !] npm ERR! code EACCES [ Wasp !] npm ERR! syscall mkdir [ Wasp !] npm ERR! path /Users/yllenfernandez/MyApp/node_modules/vite-node/node_modules/@esbuild/android-arm [ Wasp !] npm ERR! errno -13 [ Wasp !] npm ERR! Error: EACCES: permission denied, mkdir '/Users/yllenfernandez/MyApp/node_modules/vite-node/node_modules/@esbuild/android-arm' [ Wasp !] npm ERR! [Error: EACCES: permission denied, mkdir '/Users/yllenfernandez/MyApp/node_modules/vite-node/node_modules/@esbuild/android-arm'] { [ Wasp !] npm ERR! errno: -13, [ Wasp !] npm ERR! code: 'EACCES', [ Wasp !] npm ERR! syscall: 'mkdir', kely you do not have the permissions to access this file as the current user [ Wasp !] npm ERR! [ Wasp !] npm ERR! If you believe this might be a permissions issue, please double-check the [ Wasp !] npm ERR! permissions of the file and its containing directories, or try running [ Wasp !] npm ERR! the command again as root/Administrator. [ Wasp !] [ Wasp !] npm ERR! A complete log of this run can be found in: /Users/yllenfernandez/.npm/_logs/2024-03-15T22_56_49_043Z-debug-0.log
--- [Error] Your wasp project failed to compile: -------------------------------