Skip to content

Instantly share code, notes, and snippets.

@Eric97
Created May 30, 2019 10:18
Show Gist options
  • Save Eric97/094547c7a31d05f712ebb16b268b0a6d to your computer and use it in GitHub Desktop.
Save Eric97/094547c7a31d05f712ebb16b268b0a6d to your computer and use it in GitHub Desktop.
audited 25251 packages in 3.685s
found 91 vulnerabilities (14 low, 42 moderate, 35 high)
run `npm audit fix` to fix them, or `npm audit` for details
ng build soss-library --prod
Your global Angular CLI version (8.0.0) is greater than your local
version (6.1.2). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
Missing binding /home/rmf/rmf/src/rmf/ui/angular/node_modules/node-sass/vendor/linux-x64-64/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 10.x
Found bindings for the following environments:
- Linux 64-bit with Node.js 8.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
Error: Missing binding /home/rmf/rmf/src/rmf/ui/angular/node_modules/node-sass/vendor/linux-x64-64/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 10.x
Found bindings for the following environments:
- Linux 64-bit with Node.js 8.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
at module.exports (/home/rmf/rmf/src/rmf/ui/angular/node_modules/node-sass/lib/binding.js:15:13)
at Object.<anonymous> (/home/rmf/rmf/src/rmf/ui/angular/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:690:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/home/rmf/rmf/src/rmf/ui/angular/node_modules/ng-packagr/lib/ng-v5/entry-point/resources/stylesheet.transform.js:20:14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment