fabric-js-editor
fabric-js-editor copied to clipboard
Project no longer installs/builds
Hi there! I recently came across this project but haven't had much luck installing it. Is anyone else still able to?
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
Thanks for checking @danielktaylor! I'm on Windows but will give it a shot on a VM.
Not working anymore. I'm using mac.
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 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.