-
Notifications
You must be signed in to change notification settings - Fork 199
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
Seemingly operating system has recycled some files in the temp dir #55
Comments
Which version of Python are you using?
Also try --clean-tmpdir
NemoAlex <notifications@github.com>于2017年7月2日 周日21:15写道:
… Hi,
I just try to compile zeit/serve <https://github.com/zeit/serve> on macOS
10.12.5
After ./nodec --npm=yarn bin/serve.js it says:
-> Running ["./configure "]
Traceback (most recent call last):
File "./configure", line 34, in <module>
from gyp.common import GetFlavor
ImportError: No module named gyp.common
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#55>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA0A0Cra7RQ6rS4FFANe3WCLqglxBONks5sJ5fwgaJpZM4OLlMZ>
.
|
@pmq20 Python 2.7.10 |
Looks like |
Thanks for letting me know. I'm guessing the operating system has recycled
some files in the temp dir. when was your tmp dir first created?
NemoAlex <notifications@github.com>于2017年7月3日 周一13:10写道:
… Looks like --clean-tmpdir works.
I'll report to you later.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA0AyZfCI8TlveofuoJ-80XStLtxODXks5sKHfNgaJpZM4OLlMZ>
.
|
Compile complete. No errors. |
pmq20
changed the title
No module named gyp.common
operating system has recycled some files in the temp dir
Jul 3, 2017
Allow me to rename the title to record the mystery |
pmq20
changed the title
operating system has recycled some files in the temp dir
Seemingly operating system has recycled some files in the temp dir
Jul 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I just try to compile zeit/serve on macOS 10.12.5
After
./nodec --npm=yarn bin/serve.js
it says:The text was updated successfully, but these errors were encountered: