CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

1.0.1 - Compatibility issues. Error: Couldn't find a backend or frontend directory #18

Closed aegrey closed 10 years ago

aegrey commented 10 years ago

OS X 10.8.6 This is with a fresh global install of Cleverstack 1.0.1.

When setting up an existing project, I received the error "CleverStack couldn't find a backend or frontend directory" when trying to execute clever commands. From within backend/frontend, I received "Could not find seed directory".

Downgrading to 0.0.47 resolved this issue.

Problem seems to exist in backwards compatibility for the method used to detect a Cleverstack installation within cleverstack-cli 1.0.1.

pilsy commented 10 years ago

That is interesting i don't get it on my machine, it would be really helpful if you could give some more information about your setup and even more helpful if we could screen share quickly so i could take a look?

Thanks Richard

pilsy commented 10 years ago

The fix is to make sure that the package.json inside of both the frontend and backend is "angular-seed" and "node-seed" respectively... not "cleverstack-..."

tmcpro commented 10 years ago

@pilsy that worked for me too. App name had to remove the 'cleverstack-' prefix in package.json