-
@22:18 in the tutorial video if you get the "craco is not recognized as an internal or external command,
operable program or batch file." error, simply run "npm install @craco/craco --save" or "npm i…
-
Hi, using latest version I get the following error:
```
postcss: src/components/nes-grid/nes-grid.css, line: 470: src/components/nes-grid/nes-grid.css
The `$(icon):nes-gap-2` class does…
-
Hi there, i've been looking around this place and the whole web for a few days now. I can't find exactly my situation, only some similar ones but no "Solution" helped me...
So i have this folder st…
-
On some files, I lint, format and save in VSCode, but then on push, husky runs pretty-quick and formats some files differently that make it fail the eslint check on push that comes after it when it ch…
-
getting this error in react typescript
Type '{ children: Element[]; className: string; }' is missing the following properties from type 'Pick': nonce, onResize, onResizeCapture
import React …
-
I got error as follows After excute `webapck`:
> Uncaught SyntaxError: Unexpected token export
I do install `babel-preset-es2015`.
my `package.json`:
> "dependencies": {
> "insert-css": "^1.0.…
-
To fix change:
`.entries(this.tweetData)`
to
`.entries(this.tweetData.tweets)`
ekoka updated
4 years ago
-
I got this error, how can I disable it ?
![CleanShot 2024-08-29 at 00 47 29](https://github.com/user-attachments/assets/65ec5f3a-9302-437b-b0e4-5a8af1aab270)
![CleanShot 2024-08-29 at 00 47 39](ht…
-
If I try the sample from the webpage. My toast appears and it is styled, but there is no animation in or out.
```
"tailwindcss": "^3.0.7",
"autoprefixer": "^10.4.0",
"react-hot-toast": "^2.2.0"…
-
```
"autoprefixer": "^6.x",
"babel-core": "^6.5.2", /** babel也可用于浏览器。但是,从babel6.0开始,不再提供浏览器的版本,而是要用构建工具构建出来。如果你没有或者没有使用构建工具,只有通过安装5.x或以上的babel-core模块获取。安装完之后,即可在当前目录的 node_modules/babel-c…