Page 1 of 1

Error: No available FullCalendar view plugins.

Posted: 03 May 2019, 15:54
by ttessarrolo
The app not even starts.

It compiles but it suddenly shout-out:

"Error: No available FullCalendar view plugins."

with 32 steps stack trace.

Those are the dependencies I've in my package.json:

Code: Select all

 "@fullcalendar/daygrid": "^4.0.1",
    "@fullcalendar/interaction": "^4.0.1",
    "@fullcalendar/react": "4.1.0",
    "@fullcalendar/timegrid": "^4.0.1",
    "fullcalendar": "4.0.0-alpha.2",
    "axios": "^0.15.3",
    "babel-polyfill": "6.26.0",
    "chart.js": "2.7.3",
    "classnames": "^2.2.6",
    "primeflex": "^1.0.0-rc.1",
    "primereact": "^3.1.2",
    "quill": "1.3.3",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-router-dom": "^5.0.0",
    "react-scripts": "^3.0.0",
    "react-transition-group": "^2.5.1"

Re: Error: No available FullCalendar view plugins.

Posted: 08 May 2019, 15:19
by merve7
Hi,
I didn't see "@fullcalendar/core" in your package.json file. Could you add this and try again? Also, you can see information about this in the documentation(http://primefaces.org/primereact/#/fullcalendar)