Getting started with AWS Amplify and GraphQL

Getting started with AWS Amplify and GraphQL

Pragmatic Reviews

4 года назад

5,343 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@VinhLe-gc8ws
@VinhLe-gc8ws - 13.01.2022 09:01

Hi theres! When I instal amplify i get this message, what am i doing wrong?

npm WARN ERESOLVE overriding peer dependency
npm ERR! code EACCES
npm ERR! syscall rename
npm ERR! path /usr/local/lib/node_modules/@aws-amplify/cli
npm ERR! dest /usr/local/lib/node_modules/@aws-amplify/.cli-mpkUHmII
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/@aws-amplify/cli' -> '/usr/local/lib/node_modules/@aws-amplify/.cli-mpkUHmII'
npm ERR! [Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/@aws-amplify/cli' -> '/usr/local/lib/node_modules/@aws-amplify/.cli-mpkUHmII'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'rename',
npm ERR! path: '/usr/local/lib/node_modules/@aws-amplify/cli',
npm ERR! dest: '/usr/local/lib/node_modules/@aws-amplify/.cli-mpkUHmII'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/vinhle/.npm/_logs/2022-01-13T06_00_46_024Z-debug.log

Ответить
@hugoebarboza
@hugoebarboza - 12.03.2021 00:12

Hi, do you have some resources about how to deploy a NestJS app in AWS Amplify ? Thanks in advance...

Ответить
@browncovfefe
@browncovfefe - 03.01.2021 10:38

what does `@auth(rules: [allow: public])` do ?

Ответить