Ensure every folder in the path to your root file is with minimal permissions 705.
To change permissions, run this command:
chmod 705 [-R] folder
As a reminder:
Permission | Code | Human Readable |
---|---|---|
Read | 4 | r-- |
Read & Execute | 5 | 5-x |
Read & Write | 6 | rw- |
All permissions | 7 | rwx |
On Windows: right-click the folder > Permissions.
See Get Started Integrating Your Application to the Design System for more details.