Closed nathannash closed 8 years ago
If I reinstall a new fabricator project the overview page at localhost:3000 will load but as soon as I start moving HTML files in /src/materials/components/ it will throw errors.
Try clearing out the contents of materials/structures/form.html
.
You may be getting this error because form.html
is referencing a component, but you've moved that component so the reference is no longer valid.
Hi, thanks for taking some time to help. I've tried your suggestion but it hasn't resolved the issue.
I've installed node and npm on my windows host (original issue was on linux VM) and I get the same issue as above. Any time I delete a file in materials\components
fabricator seems to break.
After playing around some more and reinstalling a few times your original solution ended up resolving the issue. I had to completely remove the lines referencing components such as this one:
{{#each materials.structures.items}}
{{> f-item this}}
{{/each}}
from views\structures.html
and views\pages\home.html
. Thanks for your help.
Hello, on
npm start
I receive the following error:Which is preceded by this:
I don't really know enough about code to troubleshoot this issue on my own. All I can tell from this is that there are errors on the above pages. Unfortunately I don't know how to go about resolving them since I haven't made changes (knowingly) to them.
Any help would be appreciated.