-
Notifications
You must be signed in to change notification settings - Fork 34
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
No such file or directory on cli #77
Comments
Ace @Jameskmonger, good to have this confirmed. Strange though because after we found this I put an integration test in that passes on Travis Linux and OSX. Any ideas? |
Okay @jamesrichford, I've just cloned the latest copy of this repo and published it to npm under the name |
Which version did you have installed? Alpha.6? |
@Jameskmonger just published alpha.7 - let me know if this works :) |
Odd. It doesn't look like this works. It seems like something that happens when it's published on your PC is causing it to break... |
Hmmm... I take it that it's the file in the bin folder that's missing? Maybe it's a problem with my checkout of the repo? I'll have to figure out about republishing, also need to figure out what's causing the problem so can add a script to prevent this issue in future. I guess first step is to compare your npm package to mine! :) |
Thinking maybe this is the problem! I'm going to change my git settings and try publishing alpha.8. Then if this solves it probably add a prepublilsh script to ensure line endings are set correctly. |
Right @Jameskmonger - so I've got a potential fix in npm as alpha.8 so hopefully this resolves it - I've ensured that TypeScript compiles js with LF line endings :) Let me know if there are any issues |
That's sorted it @jamesrichford - exactly what they said over at nodejs! |
Nice one! Cheers for your help on this one mate! |
No worries @jamesrichford thanks for fixing it! I didn't notice any |
When running
alsatian
from the command line in Ubuntu, I get:This doesn't occur with gulp.
The text was updated successfully, but these errors were encountered: