ethul / purescript-angular

AngularJS 1.2 bindings for PureScript (currently in the experimental stage)
MIT License
23 stars 3 forks source link

error running todomvc example #6

Closed wcbeard closed 10 years ago

wcbeard commented 10 years ago

I just updated node to v0.10.29 to get everything installed correctly, and get an error when trying to run the example:

purescript-angular $ gulp todomvc
[12:35:52] Using gulpfile ~/repos/playground/purescript-angular/gulpfile.js
[12:35:52] Starting 'clean'...
[12:35:52] Finished 'clean' after 9.55 ms
[12:35:52] Starting 'todomvc'...

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
    at errnoException (child_process.js:1000:11)
    at Process.ChildProcess._handle.onexit (child_process.js:791:34)

I'm unfamiliar with node, so no idea if it's a version issue or something trivial I neglected to do.

ethul commented 10 years ago

hi @d10genes,

I just updated to node v0.10.29 to give it a try, and it seems to work for me. I tested running:

purescript-angular $ npm install

purescript-angular $ bower install

purescript-angular $ gulp todomvc

purescript-angular $ gulp watch_todomvc

Which version of purescript are you using? I am running 0.5.1

purescript-angular $ psci --version
0.5.1

Also, what platform are you trying this on? I am using OSX 10.8.5.

wcbeard commented 10 years ago

My bad, for some reason I thought purescript would get installed by npm or something. It works!

ethul commented 10 years ago

Glad to hear it works!