question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[build] 'npm install fomantic-ui' fails

See original GitHub issue

Bug Report

Steps to reproduce

  1. mkdir foobar
  2. cd foobar
  3. 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:closed
  • Created 3 years ago
  • Reactions:11
  • Comments:21 (10 by maintainers)

github_iconTop GitHub Comments

19reactions
damontarrycommented, Mar 11, 2021
  • There is no node_modules folder after running npm install fomantic-ui. I think npm cleans it up if the install fails?
  • Fomantic builds properly with the following steps:
    • npm install --ignore-scripts fomantic-ui
    • cd node_modules/fomantic-ui
    • npx gulp install
    • npx gulp build
  • It seems like npm has a problem during the interactive install step (i.e. Set-up Semantic UI (Use arrow keys)). When running npm 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.
2reactions
lubber-decommented, Mar 11, 2021

@ViciousBadger Node 15 is currently not supported and reported already in #1859

Read more comments on GitHub >

github_iconTop 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 >
Bountysource
[build] 'npm install fomantic-ui' fails.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found