为什么我的节点模块没有在 react-native 中使用?
Why are my node modules not being used in react-native?
我不明白为什么我的 node_modules 没有被使用 谁能给我解释一下吗?
它正在使用中,只是在您的 .gitignore
文件中您必须像这样添加:
# dependencies
/node_modules
我不明白为什么我的 node_modules 没有被使用 谁能给我解释一下吗?
它正在使用中,只是在您的 .gitignore
文件中您必须像这样添加:
# dependencies
/node_modules