You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn run v1.22.17
$ craco start
(node:7648) UnhandledPromiseRejectionWarning: Error: Cannot find module '@semantic-ui-react/craco-less'
Require stack:
- /home/cat/WebstormProjects/sora/craco.config.js
- /home/cat/WebstormProjects/sora/node_modules/cosmiconfig/dist/loaders.js
- /home/cat/WebstormProjects/sora/node_modules/cosmiconfig/dist/ExplorerBase.js
- /home/cat/WebstormProjects/sora/node_modules/cosmiconfig/dist/Explorer.js
- /home/cat/WebstormProjects/sora/node_modules/cosmiconfig/dist/index.js
- /home/cat/WebstormProjects/sora/node_modules/@craco/craco/lib/config.js
- /home/cat/WebstormProjects/sora/node_modules/@craco/craco/scripts/start.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
at Function.Module._load (internal/modules/cjs/loader.js:746:27)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:92:18)
at Object.<anonymous> (/home/cat/WebstormProjects/sora/craco.config.js:2:25)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
at Module.require (internal/modules/cjs/loader.js:974:19)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:7648) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:7648) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Done in 0.20s.
Version
2.0.4
Well i did noticed there is a similar question #3843 but the advice there did not work either. My node version is v14.17.3. More details can be provided if required. Thank you very much.
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Steps
I'm building a semantic-ui project with theming. Following this tutorial https://react.semantic-ui.com/theming
The problem I met is, I followed all the way of its operation, and I finally got
error. I did install all required package, include this.
craco.config.js
But it still have an error when I run yarn start
Version
2.0.4
Well i did noticed there is a similar question #3843 but the advice there did not work either. My node version is v14.17.3. More details can be provided if required. Thank you very much.
The text was updated successfully, but these errors were encountered: