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
ReferenceError: primordials is not defined
at fs.js:35:5
at req_ (/var/lib/grafana/plugins/globalnoc-networkmap-panel/node_modules/natives/index.js:143:24)
at Object.req [as require] (/var/lib/grafana/plugins/globalnoc-networkmap-panel/node_modules/natives/index.js:55:10)
at Object. (/var/lib/grafana/plugins/globalnoc-networkmap-panel/node_modules/vinyl-fs/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1151:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Module.require (internal/modules/cjs/loader.js:1040:19)
at require (internal/modules/cjs/helpers.js:72:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Network-Map@1.1.3 build: gulp
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Network-Map@1.1.3 build 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! /root/.npm/_logs/2020-01-23T03_57_50_772Z-debug.log
i have problem on installation:
logs:
1. NPM install
npm WARN Network-Map@1.1.3 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
audited 8518 packages in 16.636s
2. npm install gulp -g
/usr/bin/gulp -> /usr/lib/node_modules/gulp/bin/gulp.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/gulp/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
updated 1 package in 20.196s
3. npm run build
fs.js:35
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:35:5
at req_ (/var/lib/grafana/plugins/globalnoc-networkmap-panel/node_modules/natives/index.js:143:24)
at Object.req [as require] (/var/lib/grafana/plugins/globalnoc-networkmap-panel/node_modules/natives/index.js:55:10)
at Object. (/var/lib/grafana/plugins/globalnoc-networkmap-panel/node_modules/vinyl-fs/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1151:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Module.require (internal/modules/cjs/loader.js:1040:19)
at require (internal/modules/cjs/helpers.js:72:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Network-Map@1.1.3 build:
gulp
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Network-Map@1.1.3 build 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! /root/.npm/_logs/2020-01-23T03_57_50_772Z-debug.log
any suggestions ?
The text was updated successfully, but these errors were encountered: