Dumitru J.
Dumitru J.
Try deleting node_modules then run npm install again. Also check .gitignore file for package-lock.json. Maybe it was added by mistake.
Also, package-lock.json should be on the root level with package.json, not in a directory. And the yml file doesn`t have any relation with the package-lock.json in your project because when...
That`s because you need to modify the api/signup.ts file so the payload that you send to the db also contains firstName and lastName. Then you need to properly modify the...
The error appears because there are two files missing from amplify/backend folder: backend-config.json and amplify-meta.json . At least that was my case.