-
I’ve added MSW (v2.4.3) into our project to mock the API requests, but after doing so, I encountered the following error:
[ERR_INVALID_PROTOCOL]: Protocol "https:" not supported. Expected "http:" (…
-
### Checklist
- [X] I have read [Caveats](https://github.com/m-radzikowski/aws-sdk-client-mock#caveats) documentation and didn't find a solution for this problem there.
### Bug description
Us…
-
SG发型
-
```
test $ ls
index.js node_modules package.json package-lock.json
test $ cat package.json
{
"name": "test",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": …
-
Thanks for your great work! I encountered a problem in use:
I have a `.markdownlint-cli2.mjs` in the project root directory, but when I open the md file, the plugin reports an error:
```bash
[1…
-
### Environment
"@fancyapps/ui": "^5.0.33",
"@nuxt/image": "^1.3.0",
"@pinia/nuxt": "^0.5.1",
"@splidejs/vue-splide": "^0.6.12",
"luxon": "^3.4.4",
"pinia": "^2.1.7",
"vue": "…
-
#### Describe the bug
I'm upgrading from v12 to v14 and getting an error that sounds ESM related
- Node.js version: 22.1.0
- OS & version: macOS 14.5
#### Actual behavior
```
Uncaught …
-
I'd love to use this package in the browser, but currently it uses Node-style CommonJS. Would it be possible to support ESM through package.json fields?
-
## Environments
* Framework name: react
* Framework version: 18
* Component name: @scena/react-guides
* Component version: 0.28.2
## Description
Hi there! I'm using node v20+ ESM with `type:…
-
### Current behavior 😯
ESM are not usable in server side, after node 12 esm is enabled and when we want to use esm is imposible since the packages.json does not have type: module or the files are …