clayrisser / react-gantt

A gantt chart for react
https://codejam.ninja
MIT License
151 stars 40 forks source link

Failed to compile #10

Closed sbaiti closed 6 years ago

sbaiti commented 6 years ago

Failed to compile ./src/App.js Module not found: Can't resolve 'react-gantt' in 'C:\projects\gantt-diagramm\src' This error occurred during the build time and cannot be dismissed.

clayrisser commented 6 years ago

Can you give me the full stack trace? Also, run the following and send me the output.

ls node_modules/react-gantt
sbaiti commented 6 years ago

image

just can't import it after the installation ( i am using CRA)

sbaiti commented 6 years ago

the errorr is in this link : https://codesandbox.io/s/qlj5mp2l36

clayrisser commented 6 years ago

I fixed the bug. Update to the newest version. I'm really sorry about that. It was a result of a major refactor.

Make sure it is at least version 2.1.1

clayrisser commented 6 years ago

Let me know if it works.

sbaiti commented 6 years ago

thank you , it is working now ...