react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

Dependency Issues

Open lube opened this issue 9 years ago • 2 comments

Maybe this is my fault as I am definitely not good enough at npm + webpack for the frontend but I have the following warnings after installing the package.

npm WARN [email protected] requires a peer of react@>= 0.13.0, < 0.14.0 but none was installed. npm WARN [email protected] requires a peer of react@>=0.12.2 <0.15.0 but none was installed.

If I try to start the webpack build.


ERROR in ./~/react-forms-builder/lib/app.js
Module not found: Error: Cannot resolve module 'react/addons' in ../node_modules/react-forms-builder/lib
 @ ./~/react-forms-builder/lib/app.js 1:99-122

lube avatar Jul 20 '16 17:07 lube

we have to go /node_moudles/react-form-builders/ and run npm install by ourselves

I consider this is an issue that author didn't compile those dependency into bundle file

ju5td0m7m1nd avatar Jul 28 '16 14:07 ju5td0m7m1nd

ERROR in ./~/react-forms-builder/lib/app.js Module not found: Error: Cannot resolve module 'react/addons' in theme\node_modules\react-forms-builder\lib @ ./~/react-forms-builder/lib/app.js 1:99-122


Arun@ARUNS-LAP MINGW64 /c/wamp64/www/theme/node_modules/react-forms-builder (master) $ npm install npm WARN deprecated [email protected]: react-tools is deprecated. For more info rmation, visit https://fb.me/react-tools-deprecated npm WARN deprecated [email protected]: Babel's CLI commands have been moved from the b abel package to the babel-cli package npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: Deprecated.

arunlals avatar Aug 19 '16 10:08 arunlals