gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

set python to 2.7 in project-level .npmrc #625

Open hauntingEcho opened 6 years ago

hauntingEcho commented 6 years ago

the installation procedure can be simplified a bit (to not require the user to specify a python version in the npm install command, or set a global one with npm config) by adding an .npmrc to the project with the following line:

python=python2.7