Skip to content
Advertisement

Tag: wsh

Why is this basic Meteor create project command failing?

At the Windows 7 command prompt, I entered “meteor create blogtest” which should create a Meteor project. I get, though, a Windows Script Host MS JScript runtime error, namely Code 800A1391, “‘tern’ is undefined” (at line 6, char 3) Script file implicated is C:Miscmeteor.js Subsequently trying “meteor update” gives me the same err msg. WTH (What The Hec Ramsey)? UPDATE

How can I write a simple JScript input/output program?

I’m planning on using JavaScript to enter an informatics competition (BIO) tomorrow. However, I can’t rely on the examiner having a browser with a decent JavaScript engine, so I was hoping to use Microsoft’s JScript instead. However, the documentation is, quite frankly, crap. Can someone post some example code that reads in a line of text, calls foo(string) on it,

Advertisement