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
I use Node v11.3.0 and I get error message, after load webshot package. Previous node version was good.
npm: 6.4.1
os: MacOS 10.13.6
fs.js:25
'use strict';
^
ReferenceError: internalBinding is not defined
at fs.js:25:1
at req_ (/Users/###/node_modules/natives/index.js:137:5)
at Object.req [as require] (/Users/###/node_modules/natives/index.js:54:10)
at Object.<anonymous> (/Users/###/node_modules/graceful-fs/fs.js:1:99)
at Module._compile (internal/modules/cjs/loader.js:722:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:733:10)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
at Function.Module._load (internal/modules/cjs/loader.js:552:3)
at Module.require (internal/modules/cjs/loader.js:658:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ##@1.1.0 start: `node main.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ##@1.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered:
I use Node
v11.3.0
and I get error message, after load webshot package. Previous node version was good.npm: 6.4.1
os: MacOS 10.13.6
The text was updated successfully, but these errors were encountered: