You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I selected Less for css, after npm install it starts with the sass
below is the error
Module not found: Error: Cannot resolve module 'sass' in C:\projects\af-a2\client\app
@ ./client/app/app.js 8:0-38
ERROR in ./client/components/footer/footer.component.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./footer.scss in C:\projects\af-a2\client\components\footer
@ ./client/components/footer/footer.component.js 21:11-35
ERROR in ./client/app/main/main.less
Module parse failed: C:\projects\af-a2\client\app\main\main.less Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (1:0)
at Parser.pp$4.raise (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:2221:15)
at Parser.pp.unexpected (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:603:10)
at Parser.pp$3.parseExprAtom (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1822:12)
at Parser.pp$3.parseExprSubscripts (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1715:21)
at Parser.pp$3.parseMaybeUnary (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1692:19)
at Parser.pp$3.parseExprOps (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1637:21)
at Parser.pp$3.parseMaybeConditional (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1620:21)
at Parser.pp$3.parseMaybeAssign (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1597:21)
at Parser.pp$3.parseExpression (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:1573:21)
at Parser.pp$1.parseStatement (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:727:47)
at Parser.pp$1.parseTopLevel (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:638:25)
at Parser.parse (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:516:17)
at Object.parse (C:\projects\af-a2\node_modules\acorn\dist\acorn.js:3098:39)
at Parser.parse (C:\projects\af-a2\node_modules\webpack\lib\Parser.js:902:15)
at NormalModule.<anonymous> (C:\projects\af-a2\node_modules\webpack\lib\NormalModule.js:104:16)
at NormalModule.onModuleBuild (C:\projects\af-a2\node_modules\webpack-core\lib\NormalModuleMixin.js:310:10)
at nextLoader (C:\projects\af-a2\node_modules\webpack-core\lib\NormalModuleMixin.js:275:25)
at C:\projects\af-a2\node_modules\webpack-core\lib\NormalModuleMixin.js:259:5
at Storage.finished (C:\projects\af-a2\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:38:16)
at C:\projects\af-a2\node_modules\graceful-fs\graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:415:3)
@ ./client/app/main/main.component.js 33:11-33
Child html-webpack-plugin for "..\client\index.html":
Asset Size Chunks Chunk Names
../client/index.html 21.7 kB 0
webpack: bundle is now VALID.
The text was updated successfully, but these errors were encountered:
Below were my choice
I selected Less for css, after npm install it starts with the sass
below is the error
The text was updated successfully, but these errors were encountered: