Open GonzRon opened 7 years ago
notice the following error:
node-pre-gyp ERR! Tried to download(404): https://github.com/suda/node-serialport/releases/download/4.0.1/serialport-v4.0.1-electron-v1.3-win32-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.1 and electron@1.3.13 (electron-v1.3 ABI) (falling back to source compile with node-gyp)
serialport v4.0.1 electron v1.3 does not exist.
are there any guides to getting particle development going in eclipse or an alternative IDE?
Have you tried installing standalone Particle Dev App? You could also try to integrate Eclipse/Netbeans or any IDE using our CLI. There are some tutorials on our community like this one: Local development and gdb debugging with NetBeans
I am also getting this error in standalone Particle Dev App on Mac:
Atom Version: 1.8.0 System: Mac OS X 10.12.5 Thrown From: particle-dev package, v0.1.20
Uncaught TypeError: Path must be a string. Received undefined
At path.js:8
TypeError: Path must be a string. Received undefined
at assertPath (path.js:8:11)
at Object.posix.resolve (path.js:426:5)
at Object.module.exports.processDirIncludes (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:612:22)
at /Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:974:29
at Object.module.exports.minBuildTargetRequired (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:498:14)
at /Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:941:24
at Object.module.exports.loginRequired (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:450:14)
at Object.module.exports.compileCloud (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:939:19)
at atom-workspace.<anonymous> (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/particle-dev/lib/main.js:146:24)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Particle Dev.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
at CommandRegistry.handleCommandEvent (/Applications/Particle Dev.app/Contents/Resources/app.asar/src/command-registry.js:3:61)
at CommandRegistry.module.exports.CommandRegistry.dispatch (/Applications/Particle Dev.app/Contents/Resources/app.asar/src/command-registry.js:160:19)
at executeCallback (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/tool-bar/lib/tool-bar-button-view.js:123:19)
at ToolBarButtonView._onClick (/Applications/Particle Dev.app/Contents/Resources/app.asar/node_modules/tool-bar/lib/tool-bar-button-view.js:82:9)
-4:21.8.0 command-palette:toggle (atom-text-editor.editor.is-focused)
-4:18.8.0 core:move-down (atom-text-editor.editor.mini.is-focused)
-4:15.8.0 core:move-up (atom-text-editor.editor.mini.is-focused)
14x -4:14 core:backspace (atom-text-editor.editor.mini.is-focused)
-4:04.4.0 core:confirm (atom-text-editor.editor.mini.is-focused)
-4:04.4.0 settings-view:install-packages-and-themes (atom-text-editor.editor)
-4:01.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
-3:07.3.0 core:copy (div.alert.alert-danger.alert-dismissable.native-key-bindings)
-0:55.3.0 particle-dev:select-device (atom-text-editor.editor.mini)
-0:53.7.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
-0:53.7.0 core:cancel (atom-text-editor.editor.mini.is-focused)
-0:51 core:paste (atom-text-editor.editor.is-focused)
-0:50.3.0 core:undo (atom-text-editor.editor.is-focused)
-0:46.6.0 particle-dev:compile-cloud (atom-text-editor.editor)
-0:35 core:copy (atom-notification.fatal.icon.icon-bug.native-key-bindings.has-detail.has-close.has-stack)
2x -0:09.8.0 particle-dev:compile-cloud (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-monokai.theme-one-dark-ui)
{
"core": {
"themes": [
"one-dark-ui",
"monokai"
]
}
}
# User
build-arduino, v0.1.1
build-processing, v0.1.2
language-arduino, v0.4.3
language-kotlin, v0.5.0
linter, v1.11.18
linter-kotlin, v0.5.0
particle-dev-complete, v1.0.2
particle-offline-compiler, v0.1.3
# Dev
No dev packages
@IgorGanapolsky doesn't seem to be connected to package installation problems mentioned here. Could you open a separate issue for this?
@GonzRon we updated the instructions for the installation: https://github.com/spark/particle-dev#github-atom (they should also work with the x64 Windows). Are you able to make it work using them?
I am trying to workaround compile problems in the standard winx64 distribution archive that is provided from the particle dev official site by installing latest version of atom and then using the package manager to install particle-dev or particle-dev-complete, after struggling for many hours, I realized that there are many depends (including git for windows, python, etc.) After fixing all of those issues, I finally got the error log down to a point where I can no longer figure out what to do next.
the atom log errors with the following: