Hello there ,
I’m working on WSL2 with an Ubuntu-20.04 distro
During this lesson, when mosh introduces the path to volumes with the $(pwd) path (1.58min) and I try to start a new container, if I look at the logs, it says the following:
react-app@0.1.0 start /app
react-scripts start
「wds」: Project is running at http://172.17.0.6/
「wds」: webpack output is served from
「wds」: Content not from webpack is served from /app/public
「wds」: 404s will fallback to /
Starting the development server…Failed to compile.
EACCES: permission denied, open ‘/app/node_modules/.cache/.eslintcache’
can anyone give me some pointers ?
After looking around for a bit, it seems to be a question of privilege access for the app user, but I’m still not very confortable with tinkering with that ^^
thanks a lot for your help, whoever you are !
Stan