mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
npm version must > 2.0
Otherwise relative path in packages.json won't work, which maybe confusing for contributors which may use newest node but with older npm.
This commit is contained in:
parent
08777f06b3
commit
830f479c45
@ -79,7 +79,8 @@ npm 2.x is required for this project.
|
|||||||
|
|
||||||
To build the project:
|
To build the project:
|
||||||
|
|
||||||
# Install node and npm first, then:
|
# Install node and npm first (make sure npm --version > 2.0), then:
|
||||||
|
|
||||||
sudo npm install -g grunt-cli bower
|
sudo npm install -g grunt-cli bower
|
||||||
# In the project folder:
|
# In the project folder:
|
||||||
cd omega-build
|
cd omega-build
|
||||||
|
Loading…
Reference in New Issue
Block a user