Skip to content

Instantly share code, notes, and snippets.

@willwillis
Last active December 13, 2019 19:48
Show Gist options
  • Save willwillis/be9c01468755af22f454c52a7af6aba5 to your computer and use it in GitHub Desktop.
Save willwillis/be9c01468755af22f454c52a7af6aba5 to your computer and use it in GitHub Desktop.

An Second Attempt at Modern Web, in a Weekend.

Friday Dec 13

Learning Resources

Demo Project

Lessons Learned.

@willwillis
Copy link
Author

willwillis commented Dec 13, 2019

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

@willwillis
Copy link
Author

npm install cypress --save-dev

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