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
When you run node-jsc deps/npm/bin/npm-cli.js install escodegen, it reports strange errors.
It seems that tls_wrap.TLSWrap.prototype in lib/_tls_wrap.js is different from the prototype object for TLSWrap C++ code.
The text was updated successfully, but these errors were encountered:
I see, on my Windows machine I'm getting: npm ERR! self._handle.connect is not a function. (In 'self._handle.connect(req, address, port)', 'self._handle.connect' is undefined)
When you run
node-jsc deps/npm/bin/npm-cli.js install escodegen
, it reports strange errors.It seems that
tls_wrap.TLSWrap.prototype
inlib/_tls_wrap.js
is different from the prototype object for TLSWrap C++ code.The text was updated successfully, but these errors were encountered: