Skip to content
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

Error during installation on OSX Mountain Lion (10.8.1) #25

Closed
CMTegner opened this issue Sep 13, 2012 · 1 comment
Closed

Error during installation on OSX Mountain Lion (10.8.1) #25

CMTegner opened this issue Sep 13, 2012 · 1 comment

Comments

@CMTegner
Copy link

npm http GET https://registry.npmjs.org/daemon
npm http 200 https://registry.npmjs.org/daemon
npm http GET https://registry.npmjs.org/daemon/-/daemon-0.5.1.tgz
npm http 200 https://registry.npmjs.org/daemon/-/daemon-0.5.1.tgz

> daemon@0.5.1 preinstall /Users/christian/git/wun/node_modules/daemon
> bash ./install

Traceback (most recent call last):
  File "/opt/local/bin/node-waf", line 16, in <module>
    Scripting.prepare(t, os.getcwd(), VERSION, wafdir)
  File "/opt/local/bin/../lib/node/wafadmin/Scripting.py", line 145, in prepare
    prepare_impl(t, cwd, ver, wafdir)
  File "/opt/local/bin/../lib/node/wafadmin/Scripting.py", line 135, in prepare_impl
    main()
  File "/opt/local/bin/../lib/node/wafadmin/Scripting.py", line 188, in main
    fun(ctx)
  File "/opt/local/bin/../lib/node/wafadmin/Scripting.py", line 241, in configure
    conf.sub_config([''])
  File "/opt/local/bin/../lib/node/wafadmin/Configure.py", line 221, in sub_config
    self.recurse(k, name='configure')
  File "/opt/local/bin/../lib/node/wafadmin/Utils.py", line 634, in recurse
    f(self)
  File "/Users/christian/git/wun/node_modules/daemon/wscript", line 13, in configure
    conf.check_tool("compiler_cxx")
  File "/opt/local/bin/../lib/node/wafadmin/Configure.py", line 181, in check_tool
    lst = os.listdir(d)
OSError: [Errno 2] No such file or directory: '/opt/local/bin/../lib/node/wafadmin/Tools'
daemon@0.5.1 node_modules/daemon

Let me know if you need some more info.

@indexzero
Copy link
Owner

This library is deprecated. Use detached child processes instead: http://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants