Closed klokie closed 7 years ago
hi @klokie. when did you start this vulcan project? did you use the cli to build it?
currently, the way the cli works is that for every action you take, it stores some meta data in a file called .yo-rc.json, which is stored in the root of your project. The list
method merely reads from this metadata and presents it in a nice way.
Therefore if you have created the routes or the packages without using the cli tool, the list
command cannot show them.
That being said, you shouldn't be getting the Cannot find module './listers/undefined'
error. Why don't you update your cli to the latest version and let me know what errors you get
Ok, the project was started prior to the existence of the CLI, so I guess it won't work without some changes to the underlying Yeoman setup. FYI I get the same error with the latest version ("3.0.10").
@klokie thanks for checkin in. it seems to be working fine for me, so it is probably due to how you didnt use the cli before. if you want to use the cli from now on, go to the root of the project, and run vulcan init
. That will place that yo-rc.json
file to the root, and start recording the cli actions afterwards.
feel free to close the issue or ask more.
Got it, thanks.
Hi, this is a great initiative! I'm having trouble getting it to work on either of two existing Vulcan sites. Here's the dump:
Same thing with
Where are these
listers
supposed to come from?