This is the command npm-build that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
npm-build - Build a package
SYNOPSIS
npm build [<package-folder>]
<package-folder>
A folder containing a package.json file in its root.
DESCRIPTION
This is the plumbing command called by npm link and npm install.
It should generally be called during installation, but if you need to run it directly,
run:
npm run-script build
Use npm-build online using onworks.net services