From Fedora Project Wiki

< Node.js

Revision as of 15:29, 2 July 2013 by Patches (talk | contribs) (Created page with "These native modules are currently available in Fedora: <pre> i2c libxmljs node-expat node-stringprep pg sqlite3 srs ws zipfile </pre> To install them, run: <pre> sudo yum ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

These native modules are currently available in Fedora:

i2c
libxmljs
node-expat
node-stringprep
pg
sqlite3
srs
ws
zipfile

To install them, run:

sudo yum install npm(module_name)

Then, link them to your project's directory with npm link.