cerc-io / watcher-ts

GNU Affero General Public License v3.0
12 stars 3 forks source link

codegen error on Mac M2 #419

Open zramsay opened 1 year ago

zramsay commented 1 year ago
% yarn codegen -c example.config.yaml
yarn run v1.22.19
$ ts-node src/generate-code.ts -c example.config.yaml
glob error [Error: EACCES: permission denied, scandir '/Library/Application Support/ApplePushService'] {
  errno: -13,
  code: 'EACCES',
  syscall: 'scandir',
  path: '/Library/Application Support/ApplePushService'
}
[Error: EACCES: permission denied, scandir '/Library/Application Support/ApplePushService'] {
  errno: -13,
  code: 'EACCES',
  syscall: 'scandir',
  path: '/Library/Application Support/ApplePushService'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.