-
Notifications
You must be signed in to change notification settings - Fork 299
library wont update on change #67
Comments
Do you have two tabs open, one running I'd start with just |
yep this was exactly what I've been doing. When I save I can see in the terminal this part flashing and the date is updating but the changes do not reflect.
Please check the repo I created with the library installed and note |
Ahh, most likely what's going on is that you're using CRL is using In short, if you wipe node_modules in both the src and example and use the package manager you selected during library creation, the changes should propagate correctly. I think this would be a pretty easy area to add some debugging output if we detect you're running a different package manager than the one the library was bootstrapped with. |
So I tried your solution and removed
|
What this error is saying is that your version of This is an unfortunate side effect of I'm not sure the best way of solving this issue in general, but I would love to get things to a place where:
|
no worries man! Great tool anyway, unfortunately I will have to ind other solutions! (: |
Same problem. Can't resolve it. So leaving it. |
This should be fixed now with the latest Please open a new issue if you're still seeing this issue. |
Hey! (: First of all thank you so much for your tool - It has been a real need for me!
I have a little problem though - I tried to test it by simply changing
src/index.js
and I can't really see it changed on mydev
server. I deleted completely the content of the component but all I get in my development server its stillExample Component:
title.to start the project I simply did
npm start
from root and laternpm start
fromexample/
, later I tried tonpm run build
to see if I can get any changes after build but no luck there either.If I make changes in
example/
I can see them and it's all works great. Only the library one doesn't.This is the console output from the library server:
Am I missing something?
Thank you!
The text was updated successfully, but these errors were encountered: