quill-image-resize-module
quill-image-resize-module copied to clipboard
npm/fsevents install problem
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
Same here
me too. I would love to use this quill extension. pleas let us know if we can help to get things updated :)
Same here
whats the status here? can some one help?
Same here
Same here. High Sierra 10.13.6
node: 12.1.0 npm: 6.9.0
Same here, is someone looking at this at all?
I'm having this issue as well...
same here, anybody fix it?
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"
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.
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.
Same issue here.
I'm having this issue as well..., someone resolved it ?
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"