[build] 'npm install fomantic-ui' fails
See original GitHub issueBug Report
Steps to reproduce
mkdir foobar
cd foobar
npm install fomantic-ui
Expected result
fomantic-ui installed without error
Actual result
[15:07:55] Starting 'run setup'...
npm ERR! ? Set-up Semantic UI (Use arrow keys)
npm ERR! ❯ Automatic (Use default locations and all components)
npm ERR! Express (Set components and output folder)
npm ERR! Custom (Customize all src/dist values) [15:07:55] The following tasks did not complete: install, run setup
npm ERR! [15:07:55] Did you forget to signal async completion?
npm ERR! A complete log of this run can be found in:
npm ERR! /home/e1ectr0n/.npm/_logs/2021-03-10T23_07_57_254Z-debug.log
2021-03-10T23_07_57_254Z-debug.log
Version
- Fomantic UI: 2.8.8-beta.179 (also tried 2.8.7, 2.8.6, …)
- Debian Bullseye
- npm 7.5.2
- node.js 12.21.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:21 (10 by maintainers)
Top Results From Across the Web
Getting Started | Fomantic-UI Docs
Once you have NodeJS and NPM installed, you will need to install Fomantic-UI as a dependency of your project. If you haven't already,...
Read more >How to install and build fomantic-ui in GitLab CI?
Exit status 1 npm ERR! npm ERR! Failed at the fomantic-ui@2.8.4 install script. Complete error: https://gitlab.com/cataxcab/the-wall/-/jobs/ ...
Read more >fomantic-ui - npm
Fomantic empowers designers and developers by creating a shared vocabulary for UI.. Latest version: 2.9.0, last published: 2 months ago.
Read more >Semantic-Org/Semantic-UI - Gitter
I have a vue project but fomantic does not seem to be adding functions to jquery. ... Hi, I have a problem installing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
node_modules
folder after runningnpm install fomantic-ui
. I think npm cleans it up if the install fails?npm install --ignore-scripts fomantic-ui
cd node_modules/fomantic-ui
npx gulp install
npx gulp build
Set-up Semantic UI (Use arrow keys)
). When runningnpm install fomantic-ui
, I can see this message printed out (as shown in my original post), but never have the opportunity to select any of the options (e.g.:Automatic (Use default locations and all components)
). npm errors out immediately after printing this message.@ViciousBadger Node 15 is currently not supported and reported already in #1859