-
I see my distro (arch) have all the nodejs/node/npm profiles. But the main firecfg.config doesn't mention any of them and so node is running free. what's the correct way to enable it? i tried just adding "node" there since all the profiles mention they all use Relates to: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
hum... apparently just adding "node" to |
Beta Was this translation helpful? Give feedback.
-
Yes, for each "foo.profile", add "foo" to firecfg.config. Note: Each profile that is commented in firecfg.config should be generally
This is due to All/most CLI programs use |
Beta Was this translation helpful? Give feedback.
Yes, for each "foo.profile", add "foo" to firecfg.config.
Note: Each profile that is commented in firecfg.config should be generally
treated as experimental and/or as not working properly in a common setup.
This is due to
quiet
.All/most CLI programs use
quiet
to avoid interfering with the program outputand with anything that might use it.