Replies: 1 comment 6 replies
-
Hmmm...I'm not able to reproduce on a fresh angular app. Can you email me your package.json and angular.json? [email protected] |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an Angular 12 Universal app and the process fails right at step 2 with ng add @angular/fire. First it doesn't detect that the application is a universal app then right after installing the packages it exits with the code "ENOENT: no such file or directory, open '\C\Temp\dummy-universal\firebase.json'" This is on Windows 10. I tried doing the process on my Ubuntu Linux build server and it also failed at the same point with the following error
✖ Package install failed.
/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/util/hostReportError.js:4
setTimeout(function () { throw err; }, 0);
^
TypeError: Cannot read property 'message' of undefined
at Object.error (/home/kveratis/dev/benevently-website/node_modules/@angular/cli/models/schematic-command.js:432:47)
at SafeSubscriber.__tryOrUnsub (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/Subscriber.js:205:16)
at SafeSubscriber.error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/Subscriber.js:156:26)
at Subscriber._error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/Subscriber.js:92:26)
at Subscriber.error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/Subscriber.js:72:18)
at TapSubscriber._error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/operators/tap.js:75:26)
at TapSubscriber.Subscriber.error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/Subscriber.js:72:18)
at MergeMapSubscriber.SimpleOuterSubscriber.notifyError (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/innerSubscribe.js:72:26)
at SimpleInnerSubscriber._error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/innerSubscribe.js:30:21)
at SimpleInnerSubscriber.Subscriber.error (/home/kveratis/dev/benevently-website/node_modules/rxjs/internal/Subscriber.js:72:18)
Beta Was this translation helpful? Give feedback.
All reactions