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 ELIFECYCLEnpm ERR! errno 1npm ERR! testDemo@1.0.0 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 1npm ERR!npm ERR! Failed at the testDemo@1.0.0 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
解决方式:
npm install natives@1.1.6
转载于:https://www.cnblogs.com/veraNotes/p/10648463.html
