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

node.js issue #17

Open
lenw opened this issue May 11, 2012 · 1 comment
Open

node.js issue #17

lenw opened this issue May 11, 2012 · 1 comment

Comments

@lenw
Copy link

lenw commented May 11, 2012

Hi

From the downloads od a clean build i get the following error. I can fix it if pointed in the right direction ?

Thanks
Len

./vmwebadm list

The "sys" module is now called "util". It should have a similar interface.

node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No item 1 in vector of length 1
at Error (unknown source)
at /opt/vmwebadm/js/client.js:5649:11
at [object Object].cljs$core$IIndexed$_nth (/opt/vmwebadm/js/client.js:5822:36)
at /opt/vmwebadm/js/client.js:1857:17
at [object Object].cljs$core$IIndexed$_nth (/opt/vmwebadm/js/client.js:5958:31)
at /opt/vmwebadm/js/client.js:1857:17
at /opt/vmwebadm/js/client.js:2622:31
at Function. (/opt/vmwebadm/js/client.js:8972:62)
at Function.cljs$lang$applyTo (/opt/vmwebadm/js/client.js:9278:14)
at /opt/vmwebadm/js/client.js:4096:175

@dominictarr
Copy link
Contributor

this is only a crash in [email protected]

you can replace "sys" -> "util" with a sed script.

> sed -i_ -e 's/"sys"/"util"/' js/client.js

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