thehyve / react-json-to-table

react-json-to-table
GNU General Public License v3.0
36 stars 28 forks source link

Module not found: Can't resolve 'react-json-to-table' #16

Closed suhashollakc closed 4 years ago

suhashollakc commented 4 years ago

I am unable to use this package as there is a "Failed to compile" error.

nilsocjr commented 4 years ago

I have the same problem mentioned above "Failed to compile"

GiacintoCarlucci commented 4 years ago

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/:

immagine

If the build folder is missing do the following:

After the installation process you should have the build folder under /node_modules/react-json-to-table/ and everything should work correctly.

Happy coding! ✌️

pvannierop commented 4 years ago

@GiacintoCarlucci @NilsoJunior @suhasholla3 I have created a patched version 0.1.7. Could you let me know whether this works for you?

GiacintoCarlucci commented 4 years ago

@pvannierop Yes, I just checked and it works properly 👍 By the way... what are the differences between 0.1.7 and 0.1.5?

suhashollakc commented 4 years ago

@pvannierop Hey it works. Thanks 🎉

nilsocjr commented 4 years ago

Sorry! Yes, I just checked and it works properly