Using npm within NodeRun

About This Space

A straightforward demo of how to use other npm packages on NodeRun!


Last updated on January 16, 2020

Public Permissions:   View   Open/Fork   Run   Comment  

Instructor to Attendee Ratio

This space demonstrates the use of Node Package Manager (npm) from NodeRun. npm is the world's largest software registry of reusable packages. In this example, I 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.

Screenshot

Alternatively, you can start a terminal session and use the npm command line interface to install, update, and uninstall packages.

Screenshot

Using npm Packages

To utilize an npm package within your code, simply use the Node.js require() API.

Comments

Write Preview Markdown: bold italic code link
Post

5 years ago

Nice and simple! Love it.

Filters:

Popular Recent

A demo of how to build and consume Web Services with and without parameters

3734

0

0

Stateless demo app, where the mobile client or the browser would control the flow of the application

3534

0

0

testing

1322

0

0