Open rosostolato opened 4 years ago
Hello @rosostolato
Can you provide a repository to look at it?
Sure... I created a new repository, added firebase configs, created a home module being lazy loaded and the error persists. Check here the repository.
I'm submitting a...
In package
Current behavior
I'm trying to build an angular firebase project with ssr but I get the following error:
package.json does not exist at D:\Projects\Freelancer\edson-barber-shop\dist\package.json
I tried to place package.json on that folder but then I get following:
Cannot find module 'D:\Projects\Freelancer\edson-barber-shop\dist\package.json'
Expected behavior
It should open up the server.
Minimal reproduction of the problem with instructions
I added @ng-toolkit/universal and ran
build:ssr
and thenserve:ssr
.first I got a "window is not defined" then I added it to server.ts
now I'm getting the following error:
Environment
This is my package.json scripts