Remote-ftp: Failed to require the main module of 'Remote-FTP' because it requires one or more incompatible native modules (binding, binding, binding, binding, binding)

Created on 21 May 2017  Â·  5Comments  Â·  Source: icetee/remote-ftp

<embedded>:68906 Failed to require the main module of 'Remote-FTP' because it requires one or more incompatible native modules (binding, binding, binding, binding, binding).
Run `apm rebuild` in the package directory and restart Atom to resolve.

Ran apm rebuild in ~/.atom/packages to no effect. Also tried uninstalling all other packages to no effect.

➜  atom --version
Atom    : 1.17.0
Electron: 1.3.15
Chrome  : 52.0.2743.82
Node    : 6.5.0

OS X Sierra 10.12.4.

bug

Most helpful comment

Try apm rebuild or in Atom incompatible-packages view click rebuild button.

All 5 comments

same issue at macOS Sierra 10.12.4

In my case, error occurred on building fsevents module.
It caused by file fsevents/build/config.gypi set only default_configuration.
So, I open packages/Remote-FTP/node-modules/fsevents/package.json
and fix the line 55

"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",

to

"module_path": "./lib/binding/{default_configuration}/{node_abi}-{platform}-{arch}/",

Then, click rebuild package button in debug mode.

The same symptoms occurred, I tried rebuild but it did not solve it.
I am in trouble because I do not know what is the cause.

MacOS Sierra
Atom uses stable version.

Try apm rebuild or in Atom incompatible-packages view click rebuild button.

Solved here #839

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tweed picture tweed  Â·  7Comments

AlienFX picture AlienFX  Â·  6Comments

RyLeeHarrison picture RyLeeHarrison  Â·  5Comments

querysol picture querysol  Â·  7Comments

JamesCoyle picture JamesCoyle  Â·  7Comments