简体   繁体   中英

Error: Module not found: Error: Can't resolve src/app/app.component.css?ngResource Angular

I'm facing this 3 problems that I still can't understand where your mistakes are.

Error: Module not found: Error: Can't resolve 'C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css?ngResource' in 'C:\Users\DexSh\desktop\C# Angular\Testing'

Error: Module not found: Error: Can't resolve 'C:\Users\DexSh\desktop\C# Angular\Testing\node_modules\webpack-dev-server\client\index.js?protocol=auto%3A&username=&password=&hostname=0.0.0.0&port=0&pathname=%2Fng-cli-ws&logging=info&overlay=%7B%22errors%22%3Atrue%2C%22warnings%22%3Afalse%7D&reconnect=10&hot=false&live-reload=true' in 'C:\Users\DexSh\desktop\C# Angular\Testing'

Error: The loader "C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css" didn't return a string.

when using ng build returns this


Warning: ▲ [WARNING] Comments in CSS use "/* ... */" instead of "//" [js-comment-in-css]

    C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css:1:18:
      1 │ /******/ (() => { // webpackBootstrap
        ╵                   ~~



Warning: ▲ [WARNING] Unexpected "(" [css-syntax-error]

    C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css:1:9:
      1 │ /******/ (() => { // webpackBootstrap
        ╵          ^





Error: Module not found: Error: Can't resolve 'C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css?ngResource' in 'C:\Users\DexSh\desktop\C# Angular\Testing'

Error: The loader "C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css" didn't return a string.

Can anyone tell me what's causing this, it's in every project

Waiting for a normal build and project execution

The problem is that you have a # in your folder name -> (C# Angular). This f. problem made me to go on rampage too...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM