fabric-js-editor icon indicating copy to clipboard operation
fabric-js-editor copied to clipboard

Project no longer installs/builds

Open WeaverOfTheWeb opened this issue 5 years ago • 5 comments

Hi there! I recently came across this project but haven't had much luck installing it. Is anyone else still able to?

WeaverOfTheWeb avatar Feb 08 '20 13:02 WeaverOfTheWeb

Works fine for me on Ubuntu 19.10, despite a bunch of now-deprecated NPM packages.

sudo apt install nodejs npm sudo npm install -g gulp-cli npm install gulp dev

danielktaylor avatar Feb 09 '20 19:02 danielktaylor

Thanks for checking @danielktaylor! I'm on Windows but will give it a shot on a VM.

WeaverOfTheWeb avatar Feb 11 '20 17:02 WeaverOfTheWeb

Not working anymore. I'm using mac.

danpalmieri avatar Aug 31 '21 17:08 danpalmieri

Actually, I need some fixes in package.json It not working well then It gives this error message about 404 sass plugin:

> [email protected] install C:\Users\Ahmed Sayed\Desktop\fabric-js-editor-master\node_modules\node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-83_binding.node": 

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
      try setting a proxy via HTTP_PROXY, e.g.

      export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

      npm config set proxy http://example.com:8080

AhmedSayedSk avatar May 02 '23 16:05 AhmedSayedSk

@AhmedSayedSk I'm happy to review+merge PRs, but I probably won't be making any updates to the project myself - it's pretty out of date at this point, and I don't actively use it anymore myself.

danielktaylor avatar May 02 '23 23:05 danielktaylor