One of the first problems we ran into is that a normal Node.js install is incompatable with the current version of React Native. The error says that npm 5 is not yet supported. Team mate use the following command to roll back to npm 4.6.1
npm install -g npm@4.6.1
No comments:
Post a Comment