A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
I'm new to react, after trying a npm install I had few errors, easy to fix, but I leave it there for info,
on Debian GNU/Linux 8 (jessie) 64 bits :
> canvas@1.6.2 install /home/DE/react-form-builder/node_modules/canvas
> node-gyp rebuild
./util/has_lib.sh: 31: ./util/has_lib.sh: pkg-config: not found
Fix:apt-get install pkg-config
> canvas@1.6.2 install /home/DE/react-form-builder/node_modules/canvas
> node-gyp rebuild
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
gyp: Call to './util/has_lib.sh freetype' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
Hello,
I'm new to react, after trying a npm install I had few errors, easy to fix, but I leave it there for info, on Debian GNU/Linux 8 (jessie) 64 bits :
Fix:
apt-get install pkg-config
Fix:
apt-get install libcairo2-dev libjpeg-dev libgif-dev
Now it is fully working, with only warnings:
Many thanks to @blackjk3 and all contributers!