-
### package.json
`{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.7.0",
"@…
-
Got the [proxy server from the esbuild documentation](https://esbuild.github.io/api/#serve-proxy) working, in [another project](https://github.com/nathanjhood/ts-web-components).
I used the exact s…
-
### Bug description
When I run any `prisma` command, I have this error :
```
node:internal/modules/cjs/loader:1147
throw err;
^
Error: Cannot find module '/Users/hugomartinez/veille-360/…
-
`"path": "^0.12.7"` dependency shows up as unused. I use it in two files via `const path = require('path');`
Files where `path` is used:`webpack.config.js` & `vue.config.js` in the root folder.
…
-
# Feature request
Having a linter is cool and all, but the use case of each developer changes from case to case. I understand how a lot of these violations make sense, but there might be cases at w…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
I have a monorepo with 3 packages one of them depends on the other two (`common`, `interfaces`, `api`).
Each pac…
-
### Issue description or question
After updating to webppack5 asks for output path: `[webpack-cli] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined`
…
-
So this worked for about three minutes but now I am getting alot of errors thrown. Didn't end up important everything in my trakt lists. Any ideas?
> sonarr-trakt-tv@0.0.0 dev /opt/sonarr-trakt-tv
…
-
**ISSUE:**
> Actually I am using node webpack-server.js to run webpack server
> but after installing webpack-dashboard plugin I am running the command
> npm run start-webpack
**_"scripts"…
-
Reproduction:
```sh
echo "import { test } from 'uvu'; test('one', () => {}); test.run()" > index.test.ts
npm install uvu tsm
npx tsm ./node_modules/.bin/uvu
```
Node.js 19.9.0 output:
```…