Closed aponski closed 9 years ago
This should be fixed in the v0.3.0 release that was pushed this morning.
Hi, I'm still getting a similar error.
[Enter steps to reproduce below:]
Atom Version: 0.200.0 System: Mac OS X 10.10.3 Thrown From: ide-flow package, v0.6.0
Uncaught TypeError: Cannot read property 'stdin' of undefined
At /Users/anon/.atom/packages/ide-flow/lib/util-flow-command.coffee:37
TypeError: Cannot read property 'stdin' of undefined
at run (/Users/anon/.atom/packages/ide-flow/lib/util-flow-command.coffee:37:28)
at Object.module.exports.typeAtPos (/Users/anon/.atom/packages/ide-flow/lib/util-flow-command.coffee:77:5)
at PluginManager.typeAtPos (/Users/anon/.atom/packages/ide-flow/lib/plugin-manager.coffee:63:21)
at EditorControl.showExpressionType (/Users/anon/.atom/packages/ide-flow/lib/editor-control.coffee:91:14)
at /Users/anon/.atom/packages/ide-flow/lib/editor-control.coffee:37:10
-3:03.3.0 ide-flow:check (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-light-syntax.theme-atom-light-ui)
{
"core": {
"themes": [
"atom-light-ui",
"one-light-syntax"
],
"disabledPackages": [
"dev-live-reload",
"language-objective-c",
"language-go",
"language-c",
"language-java",
"language-mustache",
"language-perl",
"language-php",
"language-sql",
"metrics"
]
},
"ide-flow": {}
}
# User
autocomplete-plus, v2.17.1
ide-flow, v0.6.0
# Dev
No dev packages
Also can be fixed by specifying Flow Path in the settings. Although flow
was in my PATH already.
Ah, I'm glad Google led me here. I was getting this issue today, and @rpominov's tip got things working. This is my first install of this package.
@rpominov Thank you, helped me too. Flow is installed via homebrew.
It would be nice if this package looked for flow in the node_modules/.bin
at the root of the project, or at least let me set a path that was relative to the project root. It's very standard to install flow as a dev dependency rather than globally.
[Enter steps to reproduce below:]
Atom Version: 0.196.0 System: Mac OS X 10.10.3 Thrown From: ide-flow package, v0.2.0
Stack Trace
Uncaught TypeError: Cannot read property 'stdin' of undefined
Commands
Config
Installed Packages