Answers for "failed to compile. eacces: permission denied, mkdir '/app/node_modules/.cache'"

1

eacces permission denied open '/node_modules/.cache/.eslint cache'

sudo mkdir node_modules/.cache/.eslint_cache
sudo chown $(whoamid) node_modules/.cache/.eslint_cache
Posted by: Guest on July-13-2021

Code answers related to "failed to compile. eacces: permission denied, mkdir '/app/node_modules/.cache'"

Browse Popular Code Answers by Language