node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Seemingly operating system has recycled some files in the temp dir

Open NemoAlex opened this issue 7 years ago • 6 comments

Hi, I just try to compile 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

NemoAlex avatar Jul 02 '17 13:07 NemoAlex

Which version of Python are you using?

Also try --clean-tmpdir

NemoAlex [email protected]于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 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 https://github.com/pmq20/node-compiler/issues/55, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA0A0Cra7RQ6rS4FFANe3WCLqglxBONks5sJ5fwgaJpZM4OLlMZ .

pmq20 avatar Jul 03 '17 05:07 pmq20

@pmq20 Python 2.7.10

NemoAlex avatar Jul 03 '17 05:07 NemoAlex

Looks like --clean-tmpdir works. I'll report to you later.

NemoAlex avatar Jul 03 '17 05:07 NemoAlex

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 [email protected]于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 https://github.com/pmq20/node-compiler/issues/55#issuecomment-312550827, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA0AyZfCI8TlveofuoJ-80XStLtxODXks5sKHfNgaJpZM4OLlMZ .

pmq20 avatar Jul 03 '17 05:07 pmq20

Compile complete. No errors. I didn't remember all the details that happend last night.

NemoAlex avatar Jul 03 '17 05:07 NemoAlex

Allow me to rename the title to record the mystery

pmq20 avatar Jul 03 '17 06:07 pmq20