question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Don't use rnpm config

See original GitHub issue

When linking Realm on RN 0.60 I see the following warning:

react-native link realm
warn The following packages use deprecated "rnpm" config that will stop working from next release:
  - realm: https://realm.io
Please notify their maintainers about it. You can find more details at https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide.
info Linking "realm" iOS dependency
info iOS module "realm" has been successfully linked
info Linking "realm" Android dependency
info Android module "realm" has been successfully linked

We need to update soon!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:11
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

29reactions
zekcommented, Aug 12, 2019

I believe we need Podfile, hermes and autolinking support for the next release

4reactions
zekcommented, Sep 26, 2019

@kneth Yes same. I believe we should prioritize cocoapods support to simplify installation & development of realm.

Read more comments on GitHub >

github_iconTop Results From Across the Web

config - npm Docs
Run npm config ls -l to see a set of configuration parameters that are internal to npm, and are defaults if nothing else...
Read more >
node.js - npm config - global vs local - Stack Overflow
You use the npm [config] set -g command to set global values. You don't need to edit the build in version. Use the...
Read more >
Don't Use `sudo` with `npm` …still | by Andrew Crites - Medium
Running sudo npm install (without -g ) will create a local directory that can only be altered by the root user. This can...
Read more >
npm@5.0.3: When proxied, `strict-ssl=false` or custom CAfile ...
I'm opening this issue because: npm is crashing. npm is producing an incorrect install. npm is doing something I don't understand.
Read more >
Manage npm packages - Visual Studio (Windows)
For Node.js projects, the easiest way to install npm packages is through the npm package installation window. To access this window, right-click ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found