-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
tabtab feature not working #441
Comments
What is your shell setup / operating system ? With as little information, it is very difficult for me to see what is going on. There are known issues with zsh / bash I'm currently working on: mklabs/tabtab#21 That being said, thank you for the feedback. |
also same problem with tabtab ` TypeError: require(...).Commands.default is not a constructor The problem is in both zsh and bash on osx |
same problem here when I run
PD: I'm using |
Also have the same issue on Ubuntu bash npm @3.8.9 |
Same problem, OS X / bash |
Hello guys, same problem here! I am using :
|
Thx guys @SBoudrias this is due to a new version of tabtab where I added the babel plugin for this, something we discussed here: #436 (comment) #442 should fix it We should probably lock the version of tabtab up to the minor version, I wasn't expecting yeoman to automatically upgrade to tabtab v1.4, that was something I planned to do in #442 |
I did not understand #442 😢 what should I do? unninstall tab tab and reinstall globally with another version? |
I'll try to unpublish tabtab v1.4 and see if it fixes the issue here. The problem here is that you most likely have the latest version of tabtab installed with yo, ([email protected]) which introduces a change in how babel compiles the generated code. Yo in his current state is compatible with It goes in pair with #442 which is not merged yet. |
Just unpublished, it should fix your issue with yo. Can anyone confirm yo installs fine now ? It did on my local machine. Sorry, all my fault. Unintended side effect of publishing a new version of tabtab in order to work on #442 |
Great! |
@mklabs working now on OS X / bash / npm 3.9.2 / node 4.2.1 |
It fixed it on my local yo, ...
"tabtab": "1.3.0",
... Thanks! |
@mklabs works fine now with reiinstall of yo! zsh on OSX |
@Walraz 👍 |
Hi! Sry for going missing throughout the weekend after posting this issue. I just did a reinstall and notice that it didnt prompt me about the yo-complete feature. I'm assuming that this means that the yo-complete tabtab feature has been remove from for now till #442 has been merge? |
I am seeing this come up on macOS Sierra. At the moment, I am working around the problem by installing an older version of the package. Sad face.
Output of
Output of
node: v6.7.0 |
@davidsidlinger I published a new version of tabtab today but didn't remembered the integration in yo. I unpublished it, it should be okay now. |
I get the same error as @davidsidlinger. node: 5.9.1 Is the only work-around manually setting the version of tabtab to 1.3.x? |
Hi @bike2live, if you try to uninstall yo and reinstall it should install tabtab in its latest 1.x version which is now 1.3.2 now that I unpublished 1.4.3 |
That appears to have solved the issue. Thanks for the quick response. |
Echoing @bike2live. I am up and running on |
tabtab feature does not seems to be working.
After executing yo seems to only provide me folder options. Is the feature not working as intended?
The text was updated successfully, but these errors were encountered: