Andrew Lobban

Results 4 comments of Andrew Lobban

> Even `npx create-react-app --scripts-version 4.0.3` does not work for me. I get: > > ``` > You are running Node 12.13.0. > Create React App requires Node 14 or...

@earbullet can you indicate where you added this line of code?

Here is my solution for me running Auth0-Lock 10.11.0: "auth0-lock": "^10.11.0", "angular-lock": "^1.0.5", "auth0.js": "7.6.1" I had to install Auth0.js v7 separately as a dependency; v8 had issues. Now auth0-lock...