quill-image-resize-module icon indicating copy to clipboard operation
quill-image-resize-module copied to clipboard

npm/fsevents install problem

Open taskaijo opened this issue 6 years ago • 15 comments

I am having trouble installing ImageResize npm module (in osx 10.12.5):

$ npm i quill-image-resize-module npm WARN deprecated [email protected]: Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated [email protected]: catastrophic backtracking in regexes could potentially lead to REDOS attack, upgrade to 2.17.2 as soon as possible

[email protected] install /Users/taskaijo/web/project1/node_modules/quill-image-resize-module/node_modules/fsevents node install

node-pre-gyp info it worked if it ends with ok node-pre-gyp verb cli [ '/usr/local/Cellar/node/8.1.1/bin/node', node-pre-gyp verb cli '/Users/taskaijo/web/project1/node_modules/quill-image-resize-module/node_modules/fsevents/node_modules/.bin/node-pre-gyp', node-pre-gyp verb cli 'install', node-pre-gyp verb cli '--fallback-to-build' ] node-pre-gyp info using [email protected] node-pre-gyp info using [email protected] | darwin | x64 node-pre-gyp verb command install [] node-pre-gyp info check checked for "/Users/taskaijo/web/project1/node_modules/quill-image-resize-module/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" (not found) node-pre-gyp http GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.1/fse-v1.1.1-node-v57-darwin-x64.tar.gz node-pre-gyp http 404 https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.1/fse-v1.1.1-node-v57-darwin-x64.tar.gz node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.1/fse-v1.1.1-node-v57-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v57 ABI) (falling back to source compile with node-gyp) node-pre-gyp http 404 status code downloading tarball https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.1/fse-v1.1.1-node-v57-darwin-x64.tar.gz node-pre-gyp verb command build [ 'rebuild' ] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

taskaijo avatar May 22 '18 09:05 taskaijo

Same here

eherve avatar Jul 09 '18 11:07 eherve

me too. I would love to use this quill extension. pleas let us know if we can help to get things updated :)

cicsolutions avatar Jul 18 '18 15:07 cicsolutions

Same here

RONAKDHOLARIYA avatar Sep 05 '18 09:09 RONAKDHOLARIYA

whats the status here? can some one help?

BasilioB avatar Feb 25 '19 12:02 BasilioB

Same here

minsoon avatar Mar 21 '19 08:03 minsoon

Same here. High Sierra 10.13.6

node: 12.1.0 npm: 6.9.0

tkc310 avatar May 05 '19 08:05 tkc310

Same here, is someone looking at this at all?

wenbolovesnz avatar May 14 '19 00:05 wenbolovesnz

I'm having this issue as well...

macgregor-thompson avatar Jun 12 '19 20:06 macgregor-thompson

same here, anybody fix it?

front-thinking avatar Jul 11 '19 07:07 front-thinking

I'm having this issue as well. I found the npm-shrinkwrap.json fsevents cause this problem. so i delete npm-shrinkwrap.json, everything go well.....

package.json "quill-image-resize-module": "git://github.com/zxbin2000/quill-image-resize-module.git#v3.0.1"

zxbin2000 avatar Jul 13 '19 16:07 zxbin2000

This project has outdated dependencies, that is the root cause. Removing npm-shrinkwrap.json (what does it do?) helps, but still leaves the following:

npm WARN deprecated [email protected]: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.

rocketkittens avatar Feb 02 '20 08:02 rocketkittens

I was able to avoid this problem by using yarn instead of npm for installing this dependency. It looks like [email protected] for macOS is still available in yarn package sources.

ivandiazwm avatar Jul 07 '20 22:07 ivandiazwm

Same issue here.

carlosalvidrez avatar Feb 27 '21 14:02 carlosalvidrez

I'm having this issue as well..., someone resolved it ?

keminu avatar Jul 27 '22 02:07 keminu

you can delete the file npm-shrinkwrap.json

or use this : "quill-image-resize-module": "git://github.com/zxbin2000/quill-image-resize-module.git#v3.0.1"

zxbin2000 avatar Jul 27 '22 22:07 zxbin2000