When I run cordova build ios
it comes up with:
Cannot find module 'npm'
What should I look for to fix this?
When I run cordova build ios
it comes up with:
Cannot find module 'npm'
What should I look for to fix this?
So, you are running cordova build on Mac. Firstly - you must install Node. Then check that cordova tools are installed.
Your issue 90% means, that some plugin ( firebase or similar more complex plugins ) tries to fetch node packages ( read as install the library to the native project ).