synchronize icon indicating copy to clipboard operation
synchronize copied to clipboard

synchronize library conflicts [email protected]

Open omercakici opened this issue 6 years ago • 4 comments

synchronize library gave an error [email protected] cannot install.

omercakici avatar Nov 21 '18 15:11 omercakici

+1, although it is not [email protected], but [email protected] instead:

npm ERR! code ELIFECYCLE                                                                                                                                                                                           
npm ERR! errno 1                                                                                                            
npm ERR! [email protected] install: `node build.js || nodejs build.js`                                                                                                                         
npm ERR! Exit status 1                                                                                                                                                                     
npm ERR!                                                                                                 
npm ERR! Failed at the [email protected] install script.                                                                                                                                                               
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 

On the other side, fibers is currently at 3.1.1, so obviously synchronize needs to properly synchronize with fibers

andrija-hers avatar Nov 23 '18 12:11 andrija-hers

However, having looked at the module code, it seems that it's being maintained, but not published. Last publish was done over a year ago, and in the meantime package.json updated the dependency (fibers to 3.x), but not the version (still 2.0.0). Gave up on synchronize and used deasync instead.

andrija-hers avatar Nov 23 '18 12:11 andrija-hers

Any chance on a new release including the fibers dependency upgrade?

ahallez avatar Feb 11 '19 15:02 ahallez

Use a fork like https://www.npmjs.com/package/synchronize_f2

zakdav avatar Feb 12 '19 05:02 zakdav