Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo project doesn't work #94

Open
alsoicode opened this issue Apr 15, 2022 · 1 comment
Open

Demo project doesn't work #94

alsoicode opened this issue Apr 15, 2022 · 1 comment

Comments

@alsoicode
Copy link

When attempting to run the demo project using Node 14 I receive:

Your global Angular CLI version (13.1.2) is greater than your local version (13.0.3). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".
An unhandled exception occurred: The requested module '@angular/compiler' does not provide an export named 'SafeCall'
See "/private/var/folders/_r/3tytrp0909scsyycxlnbqmsc0000gq/T/ng-bbjZki/angular-errors.log" for further details.
@alsoicode
Copy link
Author

To fix:

rm -rf node_modules
rm package-lock.json
npm cache clean --force
npm i -g npm-check-updates
ncu -u
npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant