Friday Dec 13
- AppSync (GraphQL, Amplify) & Angular w/Monorepo (Nx)
- AWS Developer Docs Didn't get too far here, but I spun up an AppSync Model in just a few seconds.
- Youtoube Video ✔ Watched
- Youtube vid by Nrwl ✔ Watched
- Tutorial 🏃 In Progress
Friday Dec 13
npm i @nrwl/schematics
npx create-nx-workspace
is my current attempt. but got this
An unhandled exception occurred: Cannot find module 'typescript' See "C:\Users\<usr>\DOWNLO~1\xStore\TMP\1\ng-G70Pzm\angular-errors.log" for further details.
trying again after npm install typescript
and Cypress
is failing with:
The Cypress App could not be downloaded.
Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
Otherwise, please check network connectivity and try again:
----------
URL: https://download.cypress.io/desktop/3.6.1?platform=win32&arch=x64
Error: self signed certificate in certificate chain
----------
Platform: win32 (10.0.17134)
Cypress Version: 3.6.1
npm install cypress --save-dev
npm install -g npx