How many nuclide packets?

I thought I would try Nuclide and after launching apm install nuclide-installer

I went to the packages tab and looked for "nuclide".

Unfortunately, the docs say:

From there filter installed packages with nuclide and you should see quite a few results!

I see 1 nuclide-language-hack

, which I'm guessing is not "quite a lot".

Something went wrong? How many packages should there be?

+3


source to share


1 answer


Nuclide is one Atom package named "nuclide" . Install it with apm install nuclide

.

Prior to the Nuclide Unified Package released on 2016-01-13, Nuclide consisted of 44 separate Atom packages. At the time of my original answer, which is still below, Nuclide had 12 packages.

Original answer:



The list of packages nuclide-

is currently 12:

https://github.com/facebooknuclideapm/nuclide-installer/blob/master/lib/config.json

Since you are installing nuclide-installer

yourself, this is 13 packages nuclide-

that you should see after installation. You will need to look at this file in the near future for a list of Nuclide packages.

+1


source







All Articles