Desktop IDE not working thrown exception

I tried with the normal atom and particle dev package wont install… and i tried with the direct download direct from particle.io… neither works… i get this error when i try to select my Argon…

Uncaught TypeError: Cannot read property ‘name’ of undefined
C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev-profiles\src\profiles-tile.js:60
Show Stack Trace
The error was thrown from the particle-dev-profiles package. Atom is out of date: 1.19.0 installed; 1.33.0 latest. Upgrading to the latest version may fix this issue.

TypeError: Cannot read property ‘name’ of undefined
at C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev-profiles\src\profiles-tile.js:60:98
at Function.module.exports.Emitter.simpleDispatch (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev-profiles\node_modules\event-kit\lib\emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev-profiles\node_modules\event-kit\lib\emitter.js:125:28)
at ProfileManager.setLocal (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev-profiles\src\profile-manager.js:134:17)
at ProfileManager.set (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev-profiles\src\profile-manager.js:385:9)
at SelectCoreView.module.exports.SelectCoreView.confirmed (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\particle-dev\lib\views\select-core-view.js:75:56)
at SelectCoreView.module.exports.SelectListView.confirmSelection (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\atom-space-pen-views\lib\select-list-view.js:338:21)
at HTMLLIElement. (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\atom-space-pen-views\lib\select-list-view.js:139:19)
at HTMLOListElement.dispatch (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\space-pen\node_modules\jquery\dist\jquery.js:4435:9)
at HTMLOListElement.elemData.handle (C:\Users\artpa\AppData\Local\particledev\app-1.19.0\resources\app\node_modules\space-pen\node_modules\jquery\dist\jquery.js:4121:28)

also dont see argon in the target platform list…

please help!

Read careful the error message at beginning: “Atom is out of date”. You should “upgrade to the latest version may fix this issue”.

Follow Atom-Settings-Updates and update the “particle-dev-profiles”-package.

While Atom might be out of date, that won’t solve the Argon issue. Particle Dev (the IDE you’re trying to use) does not currently support Mesh and it’s unlikely to be updated going forward. Particle Workbench (visual studio code based), the successor to Particle Dev should get Mesh support sometime soon.
Until then, it’s either the Web IDE or the CLI for mesh development.

1 Like