Skip to content

Commit 6a9055b

Browse files
committed
Update docs for Meteor 1.2
1 parent 64d292f commit 6a9055b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Use Npm Modules with Your Meteor App
22

3+
> ** Using With Meteor 1.2 **
4+
> If you are already using `meteorhacks:npm` and want to use Meteor 1.2 for your project. Follow these steps:
5+
>
6+
> ~~~
7+
> meteor remove npm-container
8+
> rm -rf packages/npm-container
9+
> meteor update meteorhacks:npm
10+
> meteor
11+
> ~~~
12+
313
With Meteor you only can use `npm` modules inside packages. You can't directly use `npm` modules with meteor apps. This package solves that issue :)
414
515
## Installation

0 commit comments

Comments
 (0)