How to remove the installation wizard on npm install? #1226
-
Hello, Can you tell me how to prevent the Fomantic configuration wizard from prompting after installation? Since I use dist folder coming from "node_modules/fomantic-ui" I do not need semantic folder and semantic.json file. So how can I prevent it from being created? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@smartm0use Since your not using theming you could just use |
Beta Was this translation helpful? Give feedback.
-
Closing because of no more response and supposing you are using the advice from @hammy2899 |
Beta Was this translation helpful? Give feedback.
-
Interactive auto install is removed in 2.9.0 by #2272 |
Beta Was this translation helpful? Give feedback.
@smartm0use Since your not using theming you could just use
fomantic-ui-css
which doesn't have an installer and would only install to yournode_modules
directory.