We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d292f commit 6a9055bCopy full SHA for 6a9055b
README.md
@@ -1,5 +1,15 @@
1
# Use Npm Modules with Your Meteor App
2
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
+
13
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 :)
14
15
## Installation
0 commit comments