Skip to content

Cant make any changes to the svelte files #402

Closed Answered by vkurko
Sandbird asked this question in Q&A
Discussion options

You must be logged in to vote

Can you please check your node-modules/@event-calendar directory? There should be symlinks like this:

$ ls -l node_modules/@event-calendar/

build -> ../../packages/build/
core -> ../../packages/core/
day-grid -> ../../packages/day-grid/
interaction -> ../../packages/interaction/
list -> ../../packages/list/
resource-time-grid -> ../../packages/resource-time-grid/
resource-timeline -> ../../packages/resource-timeline/
time-grid -> ../../packages/time-grid/

If this is not the case, then try the following:

  1. Go to every package in packages directory and run npm link:
cd packages/build
npm link
cd ../core
npm link
...
(and so on)
  1. Empty node_modules/@event-calendar directory:
rm -rf node_mo…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Sandbird
Comment options

You must be logged in to vote
1 reply
@vkurko
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants