Hi all,
I’m developing a custom app for VTEX Admin, and I’m currently going through the ‘Creating a Master Data CRUD App tutorial’.
On step 5, it says “In the terminal, change to the node
folder of your app”, however I don’t have a node folder in my app. I have “node”: “6.x” in the builders in my manifest.json and created the app by cloning the boilerplate on Github. I also tried running vtex setup
in the app’s directory but still no luck.
Does the node directory and all it’s contents have to created manually or does it get generated in a way that I’m missing?