-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
err when try to meteor add okland:accounts-phone #30
Comments
I used $ meteor add okland:accounts-phone While checking for okland:accounts-phone@0.0.19: |
Having same issue, but no solution still |
Request for your help on this as I have the same error too.. |
@jwangkasa @mabdurrehman Hey, Sorry but i havn't used this package for more than a year, since pre meteor 1.2, so i recommend using one of the forks which is still being maintained. |
sorry for dup issues, plz refer to #23 , kenlane's package solved this problem. |
Just to help others. The specific place I had to solve this was with the whatsapp example on meteor upgrading to node 4 and meteor 1.3+ You will need to execute both:
before running a |
[SOLVED]
$ meteor add okland:accounts-phone
=> Errors while adding packages:
While loading package npm-bcrypt@0.7.8_2:
error: Command failed:
/Users/cmal/.meteor/packages/meteor-tool/.1.4.1.7bxam++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm
rebuild --no-bin-links --update-binary
../src/bcrypt_node.cc:54:18: error: no member named 'Dispose' in 'v8::Persistent<v8::Function,
v8::NonCopyablePersistentTraitsv8::Function >'
callback.Dispose();
The text was updated successfully, but these errors were encountered: