Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cordova cli commands fail on ios: ENOENT cordova-config.json.SOME_NUMBER

Tags:

ios

cordova

When running cordova commands I started getting this error:

Error: ENOENT: no such file or directory, rename '/Users/johnny/.config/configstore/cordova-config.json.1603791664' -> '/Users/johnny/.config/configstore/cordova-config.json'

Tried reinstalling node, npm, cordova-cli.

like image 841
syonip Avatar asked Dec 14 '22 13:12

syonip


1 Answers

Solved it by creating the file cordova-config.json with the content: {}

like image 155
Lucas Rueda Avatar answered May 21 '23 06:05

Lucas Rueda