本文介绍了React Native ios构建:找不到节点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经准备好要使用的原型,并且该项目被构建卡住了。

此反馈对我来说是无奈的,我确实有与nvm的节点。

解决方案

我发现一个


I have a prototype ready to go and the project is jammed with build:

this feedback is helpless for me, i do have node with nvm. is this something related to bash?

解决方案

I found onesolution

First find your current node, in shell

which node

then copy your node url to

export NODE_BINARY=[your node path]
../node_modules/react-native/packager/react-native-xcode.sh to node_modules/react-native/scripts/react-native-xcode.sh

这篇关于React Native ios构建:找不到节点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 03:51