Bogac Guven

Results 14 comments of Bogac Guven

I had similar problem. In my case I'm using [tsconfig path mapping](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) and reference `AppModule` in **main.ts** with that reference: >`import { AppModule } from '@app/app.module';` I get the same...

On Windows, locally executed code works fine, however when I upload to server (linux based), while styles applied correctly, all proportions are extremely big compared to original. (Font size) **Update**...

@samtstern I re-executed global install command and sorry, that one is a WARN, problem is `@sindresorhus%2fis` ``` npm -g install [email protected] npm WARN deprecated [email protected]: request has been deprecated, see...

``` As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is...

[AngularFirebase.com](https://angularfirebase.com/lessons/seo-angular-part-1-rendertron-meta-tags/) has an example. 👏🏻

I did get errors previously but with "6.0.0-beta.13" when installation instructions are followed it works. Things that may not be intuitive or be missed glancing docs thinking they are just...

@andrewdbond adding another package **and** making a config change would not be considered a workaround for many I suppose. I copy paste in monorepo packages when I setup thinking this...

I'm using the solution @Elsoberanold provides in the last paragraph (**Additional Information**) with a tiny change, `server.https` instead of `server.proxy`. ```js import basicSsl from '@vitejs/plugin-basic-ssl' import { defineConfig } from...

@mattpilott I also did get that error again (I guess it was last week or early this week) and then updated my packages, clean install and run it in Node...