trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.66k stars 70 forks source link

Windows build fails on npm link #168

Closed tjwebb closed 8 years ago

tjwebb commented 8 years ago

Issue Description

The ecosystem tests fail on npm link in windows. I don't know why.

>> 4. linking the local trails build into dependencies...
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: spawn npm ENOENT
    at exports._errnoException (util.js:896:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
    at onErrorNT (internal/child_process.js:348:16)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)

Environment

tjwebb commented 8 years ago

I bet it's this, due to the forward slash: https://github.com/trailsjs/smokesignals/blob/master/lib/ecosystem.js#L80