Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 2b56022

Browse files
committed
fix setup
1 parent 7a0a787 commit 2b56022

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ Using Validate.js for the Form processing was a breeze! And with the ability to
151151

152152
## Setup
153153

154+
* NOTE: as of release 0.0.10, ```npm3``` is required
155+
156+
```npm install -g npm3```
157+
154158
* [Install React-Native](https://facebook.github.io/react-native/docs/getting-started.html#content)
155159

156160
* Clone snowflake:
@@ -161,7 +165,7 @@ Using Validate.js for the Form processing was a breeze! And with the ability to
161165

162166
* cd snowflake
163167
```
164-
npm install
168+
npm3 install
165169
```
166170

167171
* Copy or move ```src/lib/config.example.js``` to ```src/lib/config.js```.

0 commit comments

Comments
 (0)