ReferenceError: internalBinding is not defined
at internal/util/inspect.js:31:15
at req_ (D:\workspace\testDemo\node_modules\natives\index.js:137:5)
at require (D:\workspace\testDemo\node_modules\natives\index.js:110:12)
at util.js:25:21
at req_ (D:\workspace\testDemo\node_modules\natives\index.js:137:5)
at require (D:\workspace\testDemo\node_modules\natives\index.js:110:12)
at fs.js:42:21
at req_ (D:\workspace\testDemo\node_modules\natives\index.js:137:5)
at Object.req [as require] (D:\workspace\testDemo\node_modules\natives\index.js:54:10)
at Object.<anonymous> (D:\workspace\testDemo\node_modules\vinyl-fs\node_modules\graceful-fs\fs.js:1:99)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: `rimraf ./reportserver/build &&tsc -p reportserver/tsconfig.json&&concurrently -k -r “ng build –watch –delete-output-path=false” “gulp run-dev” “ng test –code-coverage” –max_old_space_size=8192 `
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\xxx\AppData\Roaming\npm-cache\_logs\2019-04-03T03_27_42_665Z-debug.log
Solution:
npm install [email protected]
Similar Posts:
- Solution to the failure of node rdkafka in docker build
- [Solved] Module build failed: Error: Cannot find module ‘node-sass’
- [Solved] npm WARN Local package.json exists, but node_modules missing, did you mean to install?
- How to Solve Error: ENOENT: no such file or directory, scandir ‘..\node_modules\node-sass\vendor’
- Ionic Error: Failed to load resource [How to Solve]
- uniapp TypeError: Cannot read property ‘replace’ of undefined
- Completely Uninstall Node.js from Mac OS X
- How to Solve Error: Cannot find module ‘gulp-sass’
- Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 7.x
- [Solved] NPM run dev error [npm ERR! code ELIFECYCLE]