nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

Error compiling on VS-Studio 2019 #434

Closed epasinetti closed 4 years ago

epasinetti commented 4 years ago

I'm trying to compile a small project with just 2 node modules ...

const opcua = require("node-opcua"); const sql = require('mssql');

I got this error : Error TS2749 (TS) 'StringDecoder' refers to a value, but is being used as a type here.

mcollina commented 4 years ago

I don't really know what is the problem. This module is JavaScript and do not need a compilation step.