-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Critical dependency: the request of a dependency is an expression | UnhandledPromiseRejectionWarning: Error: package.json does not exist #2284
Comments
I got the same error. As you already know, current workaround is setting grpc as externalDependencies in angular.json. |
Can you try |
@jamesdaniels Just tried with the latest
Got new error like
And seems like its works now |
Also checked with rc.14 looking good. Also tested |
add
causing error now sir @jamesdaniels my issue |
After adding @angular/fire to the project the Angular universal prerender breaks. It shows this warnings at first:
and then it breaks with this error:
Version info
Angular:
9.0.0-rc.8
Firebase:
7.6.2
AngularFire:
5.3.0
Other (e.g. Ionic/Cordova, Node, browser, operating system):
"@nguniversal/express-engine": "9.0.0-rc.0",
"@angular/cli": "9.0.0-rc.8",
"@nguniversal/builders": "9.0.0-rc.0",
node v12.13.1
How to reproduce these conditions
The text was updated successfully, but these errors were encountered: