Replies: 1 comment
-
Hi @frankvp11, To be honest, NPM is one of my weak spots. So can only throw in a few random thoughts:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I've been trying to use the FullCalendar element, and I was originally using it from here. The repo owner was kind enough to help me integrate one of the plugins that I wanted. You'll probably also notice that I'm looking to integrate the rrule package aswell. However upon testing it now it seems that it doesn't work. Namely, upon pressing the buttons, it gives me this error:
This is problematic, and I feel that it would be harder to try to fix that than to just start from fresh.
However, I'm running into issues there aswell. The new documentation and examples from the JS dependencies PR are very useful, however I'm still running into issues getting the barebones running.
To start, I've first installed all the NPM packages using this command:
I believe this is all of the plugins that there are.
I then tried creating the respective fullcalendar.js and fullcalendar.py files (attached below), but those generate this error:
Uncaught TypeError: Failed to resolve module specifier "@fullcalendar/core". Relative references must start with either "/", "./", or "../".
fullcalendar.js
fullcalendar.py
I would greatly appreciate help in debugging this. Even just getting a baseline would probably put me on my way
Beta Was this translation helpful? Give feedback.
All reactions