swhile commented on issue #554: Cannot find module './src/superspawn'
URL: https://github.com/apache/cordova-ios/issues/554#issuecomment-553425987
 
 
   If anyone encounters this in the future, I was getting the same error, and I 
was not using the --no-save flag.  Our config.xml was where the plugins were 
being installed from, but I remembered them being installed from package.json 
from a previous project.  I changed it so the platforms and plugins were 
installed from package.json (and not config.xml), and the error went away.  
With this approach, you no longer have to explicitly add the platforms or 
plugins (e.g. cordova platform add ios) - they are automatically installed when 
you execute "cordova prepare ios".

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to