PlastMan420
PlastMan420
I'm getting this ``` Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class. This likely means that the library (angular2-calendar-heatmap) which declares CalendarHeatmap has...
> It's not a module, it's a component, and should be in the declarations array of the module you want to use it in _OR_ in a shared module (which...
> Could you try doing: > > ``` > sudo rm -rf .docker/data > docker-compose up > ``` > > and see if that resolves things? It looks like you've...
yes. just cloned master a few hours ago. and no no mods were made by me
~~Here's the entire thing as I couldnt find that line of text you mentioned.~~ it always fails at `20180104060449` which is the very first one I believe ``` web_1 |...
okay I've made that text block shorter. I've found that line you mentioned. there are 3 blocks for the samething and they all fail at the first migration.
okay done. but now it shows this ``` [+] Running 0/1 - ocelot Error Error response from daemon: pull access denied for ocelot, repository does not exist or may require...
Okay so I have followed the new docs with ocelot. migrations had succeeeded. but now it fails to seed the db. ``` ... web_1 | == 20210720093846 UsersHistoryEmailUseragent: migrating web_1...
Hello again. I have been looking around entrypoint.sh for a bit and attached to the projects container and found that it's using php7.3. while you set it to use php8...