Using npm

About This Space

Just a cool demo of how to use other npm packages on NodeRun!


Last updated on June 28, 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.

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.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By misodle (@misodle)

Filters:

Popular Recent

Application to output numbers and their squares to the console

2797

0

0

This app consumes a web service and display the information in a grid

2774

0

0

This workspace shows you how to add custom widgets to your project

2703

0

0

This interactive app prompts the user for key fields to lookup a database record and displays the results

2700

0

0

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

2741

0

0

Demo app to use EJS to display information from a database

3050

0

0

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

2793

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

2954

0

0

Simple output to a browser from Node.js

2814

0

0

React.js Application

2764

0

0

React.js using Rich Display Components built in the Visual Designer

2809

0

0

A simple dashboard example that uses responsive design

2754

0

0