UNPKG

nk-xrm

Version:

The Massively Modified, Massively Modern Solution for Node.js which enables the collection and customization of desired components via a native extension system in order to create an original (X)Cross-Relational Management System.

14 lines (11 loc) 743 B
/** * package: nk-xrm-installer * author: Richard B. Winters <a href='mailto:rik@mmogp.com'>Rik At MMOGP</a> * copyright: 2011-2015 Massively Modified, Inc. * license: Apache, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> */ console.log( "If npm install nk-xrm failes to populate your chosen application root with the xrm framework, to install nk-xrm, either:" ); console.log() console.log( "A). Ensure node-gyp is installed (i.e. sudo npm install -g node-gyp), and then run node-gyp rebuild from the nk-xrm root module directory, or" ); console.log(); console.log( "B). Extract nk-xrm.tar.gz and copy the files to the chosen root path for the application, typically the directory containing the node_modules directory." );