Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
After npm start in terminal:

Compiled with problems:

ERROR in ./src/logo.svg

Module build failed (from ./node_modules/@svgr/webpack/lib/index.js):
Error: EACCES: permission denied, open '/.config/svgrrc'

Where can I find '/.config/svgrrc' to give it permission?

What I have tried:

I added permission to the whole project map.
chmod +rwx /folder

But I assume I need the '/.config/svgrrc' need chmod +rwx, but I do not know where is it.
Posted
Comments
Richard MacCutchan 23-Nov-22 4:01am    
According to the error message the compiler thinks the file is in the root folder. If not, then you need to use the find command to locate it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900