LoginSignup
1
0

More than 5 years have passed since last update.

RealmJS requires a node package manager (n or nvm).

Posted at

タイトルどおり「RealmJS requires a node package manager (n or nvm).」ってエラーが出てRealm使ったReactNativeプロジェクトをビルドできねえぞボケって話。
普通にreact-native run-iosしたら大出血してXcodeでビルドしたらこう出た。

結論から言うと

node_modules/realm/src/RealmJS.xcodeproj/project.pbxproj

の863行目を書き換えろと。810行目だったら面白かったのに

shellScript = "node ../scripts/download-realm.js ios --sync";

に書き換えたら治りました。

https://github.com/realm/realm-js/issues/2099
そのうち直してくれるらしい。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0