Skip to content

VSCode Failed to save 'app.jsx': Insufficient permissions. #1

Description

@davidkorea
  • Failed to save 'app.jsx': Insufficient permissions. Select 'Retry as Sudo'
yong@MacBookPro myApp2 % ls -l
total 976
drwxr-xr-x     5 root  staff     160  3 16 11:01 config
drwxr-xr-x    10 root  staff     320  3 16 11:07 dist
drwxr-xr-x  1068 root  staff   34176  3 16 11:02 node_modules
-rw-r--r--     1 root  staff    2234  3 16 11:01 package.json
-rw-r--r--     1 root  staff     245  3 16 11:01 project.config.json
drwxr-xr-x     6 root  staff     192  3 16 11:01 src
-rw-r--r--     1 root  staff  490102  3 16 11:02 yarn.lock

yong@MacBookPro myApp2 % sudo chmod -R 777 .

yong@MacBookPro myApp2 % ls -l
total 976
drwxrwxrwx     5 root  staff     160  3 16 11:01 config
drwxrwxrwx    10 root  staff     320  3 16 11:07 dist
drwxrwxrwx  1068 root  staff   34176  3 16 11:02 node_modules
-rwxrwxrwx     1 root  staff    2234  3 16 11:01 package.json
-rwxrwxrwx     1 root  staff     245  3 16 11:01 project.config.json
drwxrwxrwx     6 root  staff     192  3 16 11:01 src
-rwxrwxrwx     1 root  staff  490102  3 16 11:02 yarn.lock

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions