ElPrudi
ElPrudi
I don't know why, but after using `npm -g update` to update, I couldn't use the console. I fixed it by installing it manually with the sdk build type, but...
- Webpack Version: 5.74.0 - Operating System (or Browser): Windows 32 Bit, enviroment is NW.js - Node Version: 18.7.0 - webpack-plugin-ramdisk Version: 0.2.0 ### How Do We Reproduce? I've just...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 14.14` --- ## Steps to...
For my rollup config, I also use `rollup-plugin-size` and `rollup-plugin-filesize`, but this plugin does not move to the next line with default props when it's done: ``` 100% (4): src/ErrorBox.tsx┌────────────────────────────────┐...
**Describe the bug** According to mdn [`window.resizeTo()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/resizeTo) dynamically changes the size of the outer viewport of the window. Happy-dom doesn't do that. **To Reproduce** ```js import { Window } from...
**Describe the bug** No matter what I do, using `getBoundingClientRect` will always return an object with its stats being 0. **To Reproduce** Just use this code here: ```js const el...
After updating to @typescript-eslint 6.1.0, this error occurs: ``` TypeError: Cannot read properties of undefined (reading 'typeAnnotation') Occurred while linting Rule: "etc/no-implicit-any-catch" ``` This only occurs when I have a...
Config: ``` export default { extends: ['@primer/stylelint-config'], rules: { 'primer/no-experimental-vars': false, } } ``` Using this config, I get this in my stack trace: ``` Unable to get variables.json from...
Config: ``` export default { extends: ['@primer/stylelint-config'], rules: {} } ``` When I use just the config, I get this in my stack trace: ``` Unable to get variables.json from...
### Describe the bug Inside classes, if you reuse properties inside other properties, the ordering will lead to an error depending on how they are named. ### Code example ```javascript...