Marc Tetreault
Marc Tetreault
I do not see "herteby:grapher-vue" in /packages.json but I see it in /.meteor/packages I even did meteor npm install.
I already tried. Still does not work. And if normal: if I do` import Chat from '/imports/ui/Chat.vue';` it gives Cannot find module './Chat.vue' if I do `import Chat from '../imports/ui/Chat.vue';`...
But weardly, when I do change the file name in both the code and on disk, it does not reflect in the console, even if I restart the server and...