-
Can this work on Linux? I followed the instructions to build myself with npm and when I run `npm start` I get this:
```
Error: ENOENT: no such file or directory, mkdir 'C://BetterSoundCloud'
…
-
Getting issues with modern tooling that expect es modules
Not sure yet what is the exact issue but feel like there is no reason why drand-client could not publish es-module, which brings further dava…
-
We need to wait for the loader hooks to be stable first: https://nodejs.org/dist/latest/docs/api/esm.html#esm_hooks
https://github.com/nodejs/node/issues/49442
-
This is a very nice project, but the lack of `ESM` support makes it unusable in some projects.
Once this proposal is favored, I will work on implementing ESM-supported PRs with minimal modificatio…
-
### Версия библиотеки
2.1.4
### Как воспроизвести
При использовании кастомного SSR
### Опишите проблему
```
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".css" for /var/www/htm…
-
Hi and thank you for the great library and endless support!
It would be great to have this library [export native named exports](https://nodejs.org/api/esm.html#esm_conditional_exports) so we could…
Urigo updated
1 month ago
-
### Link to the code that reproduces this issue
https://github.com/zollf/nextjs-standalone-esm-bug
### To Reproduce
1. Add `"type": "module"` in `package.json` for ESM
2. Add `output: 'standalone'…
zollf updated
2 months ago
-
### Minimal, reproducible example
```TypeScript
import puppeteer from "puppeteer";
const browser = await puppeteer.launch({
browser: "firefox"
});
const page = await browser.newPage();
aw…
-
➜ Network: use --host to expose
➜ press h + enter to show help
X [ERROR] Could not read from file: D:/saikat/reacts/react-starter-kit/.yarn/__virtual__/@emotion-react-virtual-34d79653b6/5/C:/Us…
-
We need to wait for the loader hooks to be stable first: https://nodejs.org/dist/latest/docs/api/esm.html#esm_hooks