-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which the inconvience for this case "Failed to detect supported framework"? #74
Comments
Can you tell me what's the framework you're looking to use? |
There seems to be a large number of frameworks (namely, anything that's not flask or your run of the mill microservice python). What was the aim of the project? How do you run the framework detection? If you explain that without sending us to figure your code, perhaps there's a way to make it modular and fit to more purposes. |
The main issue seems to be the folder strucutre of the project. That's also what is holding me back from deploying using cloud66, because their tools require the root of the repo/project to be where (in case of Node.js) package.json and so on is residing. |
I am facing the same issue with a nodejs project. I did some more debugging and found that the issue is with FileExists function at common/utils.go UPDATE : I guess I found the issue - it is just a silly mistake regarding usage I maybe late to this discussion, but I think this is enough information to close this particular issue. |
The text was updated successfully, but these errors were encountered: