Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 12: ng-client errors #230

Open
Horki opened this issue Mar 19, 2022 · 0 comments
Open

Chapter 12: ng-client errors #230

Horki opened this issue Mar 19, 2022 · 0 comments

Comments

@Horki
Copy link

Horki commented Mar 19, 2022

@yfain Errors!


> [email protected] start
> ng serve

(node:1350155) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

Date: 2022-03-19T20:33:00.049Z
Hash: 19cdfdec1a616ee8cce4
Time: 5875ms
chunk {es2015-polyfills} es2015-polyfills.js, es2015-polyfills.js.map (es2015-polyfills) 285 kB [initial] [rendered]
chunk {main} main.js, main.js.map (main) 46.4 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 236 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 6.08 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 19.3 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 3.8 MB [initial] [rendered]

ERROR in ./src/styles.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/styles.scss)
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Error: Cannot find module 'node-sass'
Require stack:
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/sass-loader/lib/loader.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/loader-runner/lib/loadLoader.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/loader-runner/lib/LoaderRunner.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/webpack/lib/NormalModule.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/webpack/lib/NormalModuleFactory.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/webpack/lib/Compiler.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/webpack/lib/webpack.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/build-webpack/src/webpack/index.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/build-webpack/src/index.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/build-angular/src/dev-server/index.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/architect/src/architect-legacy.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/architect/src/index.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/models/architect-command.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/commands/build-impl.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/schematics/tools/export-ref.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular-devkit/schematics/tools/index.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/utilities/json-schema.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/models/command-runner.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/lib/cli/index.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/lib/init.js
- ~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/@angular/cli/bin/ng
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.sassLoader (~/Documents/WorkspaceJavaScript/forks/getts/chapter12/client/node_modules/sass-loader/lib/loader.js:46:72)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant