Closed javelinco closed 3 years ago
Describe the bug When compiling after installing 5.4.0 in a node application (mac or linux based container, or at command line), I get the following error:
node_modules/systeminformation/lib/index.d.ts:875:57 - error TS2503: Cannot find namespace 'dockerstats'. 875 export function dockerImages(all?: boolean, cb?: (data: dockerstats.DockerImageData[]) => any): Promise<dockerstats.DockerImageData[]>; ~~~~~~~~~~~ node_modules/systeminformation/lib/index.d.ts:875:105 - error TS2503: Cannot find namespace 'dockerstats'. 875 export function dockerImages(all?: boolean, cb?: (data: dockerstats.DockerImageData[]) => any): Promise<dockerstats.DockerImageData[]>;
To Reproduce Steps to reproduce the behavior:
Expected behavior The compile should complete without errors
Environment (please complete the following information):
@javelinco sorry, my fault. Should be fixed now. Version 5.5.0 just published
Describe the bug When compiling after installing 5.4.0 in a node application (mac or linux based container, or at command line), I get the following error:
To Reproduce Steps to reproduce the behavior:
Expected behavior The compile should complete without errors
Environment (please complete the following information):