Closed suhashollakc closed 4 years ago
I have the same problem mentioned above "Failed to compile"
The latest version (0.1.6 right now) seems to not have the build folder once installed.
You can check in /node_modules/react-json-to-table/:
If the build folder is missing do the following:
npm remove react-json-to-table
npm install --save react-json-to-table@0.1.5
After the installation process you should have the build folder under /node_modules/react-json-to-table/ and everything should work correctly.
Happy coding! ✌️
@GiacintoCarlucci @NilsoJunior @suhasholla3 I have created a patched version 0.1.7. Could you let me know whether this works for you?
@pvannierop Yes, I just checked and it works properly 👍 By the way... what are the differences between 0.1.7 and 0.1.5?
@pvannierop Hey it works. Thanks 🎉
Sorry! Yes, I just checked and it works properly
I am unable to use this package as there is a "Failed to compile" error.