Using npm
About This Space
Just a cool demo of how to use other npm packages on NodeRun!
Last updated on November 9, 2019
Public Permissions: View Open/Fork Run Comment
Using npm Template
This template demonstrates the use of Node Package Manager (or npm). npm is the world's largest software registry of reusable packages. In this example, we use a simple package named 'num2fraction' that can translate a decimal value into a fraction.
Installing npm Packages
The easiest way to manage npm packages is to use the Install npm Packages menu option under the Server menu. With this option, you can add or remove packages in a point and click manner.
Alternatively, you can start a terminal session and use the npm command line interface to install, update, and uninstall packages.
Using npm Packages
To utilize an npm package within your code, simply use the Node.js require()
API.
More Spaces By ChatChii iClassic (@chatchii-iclassic)
- 1
- 2
4732
0
0
4874
0
0
4619
0
0
4509
0
0
4358
0
0
4564
0
0
Stateless demo app, where the mobile client or the browser would control the flow of the application
4530
0
0
This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).
4640
0
0
4573
0
0
- 1
- 2
Be the first to comment:
Comments