-
Notifications
You must be signed in to change notification settings - Fork 136
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
Test cases failing #111
Comments
@geoHeil our CI builds are on Ubuntu 14.04 and I run arch, so it's unlikely to be a linux or ubuntu specific issue. The above error is the typescript compiler not being able to find the node typiings:
I'll have a look with the docker file you've provided later on |
replicated using the dockerfile provided |
I just had to run
|
|
Possibly relevant: http://stackoverflow.com/questions/18136746/npm-install-failed-with-cannot-run-in-wd
Which would make sense as I presume you're running as root (I am when I replicate, and there doesn't seem to be another user on your image) |
did not work |
Thanks a lot. |
The way forward seems to be just running I'm not keen to put this in the repo as default as I'm not clear on the consequences of doing so. I don't think it's good practice to run anything as root (even in docker). I will however put something in the readme and link this issue from the blog. |
Nope you are right. I will change the docker file. |
Sweet, closing |
Hi
npm test
works fine on osx, but on Ubuntu it is failing with the following error:Here is a dockerfile https://gist.github.com/geoHeil/48cd94bf4d748fd8fd6d25de4c272157 which demonstrates a linux environment which leads to this error.
The text was updated successfully, but these errors were encountered: