環境
atom 1.31.2
remote-edit 1.9.0
事象
公式のを入れて起動したが以下のエラーが出て使用できなかった。
Failed to load the remote-edit package TypeError: Path must be a string. Received undefined at assertPath (path.js:28:11) at Object.resolve (path.js:1186:7) (略) The error was thrown from the remote-edit package. This issue has already been reported.
対処
報告済みということで見てみると開発は2年ぐらい止まっているようで、fork版は動作する模様なのでそれをいれる。
インストール
apm install remote-edit-ni
補足
- 秘密鍵でログインする場合パスワード保管しないとコネクトできていない。(未解決)
- デフォルトだと隠しファイルが表示されないが、emote-editプラグインの設定画面より変更可
一応エラー全部
TypeError: Path must be a string. Received undefined at assertPath (path.js:28:11) at Object.resolve (path.js:1186:7) at Object. (/home/yoshitake/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:7:36) at Object. (/home/yoshitake/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:1:1) at Object. (/home/yoshitake/.atom/packages/remote-edit/lib/model/remote-edit-editor.coffee:1:1) at Module.get_Module._compile (/usr/share/atom/resources/app/src/native-compile-cache.js:106:36) at Object.value [as .coffee] (/usr/share/atom/resources/app/src/compile-cache.js:240:29) at Module.load (module.js:561:32) at tryModuleLoad (module.js:504:12) at Function.Module._load (module.js:496:3) at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:47:45) at require (/usr/share/atom/resources/app/src/native-compile-cache.js:66:33) at Object. (/home/yoshitake/.atom/packages/remote-edit/lib/main.coffee:3:20) at Object. (/home/yoshitake/.atom/packages/remote-edit/lib/main.coffee:1:1) at Object. (/home/yoshitake/.atom/packages/remote-edit/lib/main.coffee:1:1) at Module.get_Module._compile (/usr/share/atom/resources/app/src/native-compile-cache.js:106:36) at Object.value [as .coffee] (/usr/share/atom/resources/app/src/compile-cache.js:240:29) at Module.load (module.js:561:32) at tryModuleLoad (module.js:504:12) at Function.Module._load (module.js:496:3) at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:47:45) at require (internal/module.js:11:18) at customRequire (/usr/share/atom/resources/app/static/:96:26) at Package.requireMainModule (/usr/share/atom/resources/app/src/package.js:782:33) at measure (/usr/share/atom/resources/app/src/package.js:143:22) at Package.measure (/usr/share/atom/resources/app/src/package.js:88:25) at Package.load (/usr/share/atom/resources/app/src/package.js:129:16) at PackageManager.loadAvailablePackage (/usr/share/atom/resources/app/src/package-manager.js:619:16) at config.transact (/usr/share/atom/resources/app/src/package-manager.js:532:20) at Config.transact (/usr/share/atom/resources/app/src/config.js:819:20)