-
when ``swcno test.ts`` is ran it shows
```sh
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'tslib'
Require stack:
- C:\Users\hamad\AppData\Roaming\npm\pnpm…
-
Just installed weightless, getting that error:
```js
C:\projects\wishbox\node_modules\weightless\behavior\overlay\overlay-behavior.js:10:39: Cannot resolve dependency 'tslib'
```
-
Typescript compilation yields the following error:
lib/errors/AbstractMethodError.ts(7,34): error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.
-
I think the "import" specifier in the exports section should also point to ES6 Version:
https://github.com/microsoft/tslib/blob/481d35218af580ec37a6a8f6b836b80cb1a245b3/package.json#L32
see spec…
-
JIRA Issue: [KIEKER-410] In tslib the timeSeries class constructor has a minor bug: INFINITE_CAPACITY instantiates a CircularFiFoBuffer of Default Length 32
Original Reporter: Nikolas Herbst
***
In …
-
```
D:\test\chain>remixd -h
internal/modules/cjs/loader.js:934
throw err;
^
Error: Cannot find module 'tslib'
Require stack:
- C:\nodejs\node_global\node_modules\@remix-project\remixd\src…
-
[1] ../node_modules/@antv/algorithm/es/gaddi.js 498:59-72
[1] "export '__spreadArray' was not found in 'tslib'
[1] at HarmonyImportSpecifierDependency._getErrors (/Users/fanzhou/Documents/code/t…
-
#### 描述问题:
crud导出csv或者导出excel报错
#### 截图或视频:
index.js:1281 TypeError: ExcelJS.Workbook is not a constructor
at exportExcel.js:206:32
at step (tslib.es6.js:147:23)
at Object.next…
-
## Description
I get a `Error: Cannot find module 'tslib'` while trying to run `ngx-unused-css` in my windows machine
## Step to reproduce
1. Use the latest version of vs-code
2. Use the followi…
-
Looks like it's just used by rollup to bundle, so could it be moved to `devDependencies`?