mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
Remove big.js from source, use npm instead
This commit is contained in:
4
README
4
README
@ -9,5 +9,5 @@ $ sudo pacman -S npm
|
||||
Install browserify globally:
|
||||
$ sudo npm install -g browserify
|
||||
|
||||
Next, install browserify, babel, react, react-bootstrap, react-widgets, and globalize in our directory using npm:
|
||||
$ cd static && npm install browserify react react-dom react-addons-update react-bootstrap react-widgets babelify babel-preset-react globalize cldr-data
|
||||
Next, install browserify, babel, react, react-bootstrap, react-widgets, globalize, and big.js in our directory using npm:
|
||||
$ npm install browserify react react-dom react-addons-update react-bootstrap react-widgets babelify babel-preset-react globalize cldr-data big.js
|
||||
|
Reference in New Issue
Block a user