librelist archives

« back to archive

installing on windows

installing on windows

From:
Cory Zue
Date:
2011-10-04 @ 20:00
Is there an easy way to install Jison on Windows? I got as far as
installing node and attempting to install npm, but got stuck on an
obscure error and was wondering if there was a better way before
investing any more time into it.

Any thoughts or advice will be appreciated.

thanks,
Cory

Re: [jison] installing on windows

From:
Robert Plummer
Date:
2011-10-04 @ 20:13
You really are just wanting to install node js on windows, jison then can
"install" or run.
http://blog.dtrejo.com/how-to-install-nodejs-on-windows

On Tue, Oct 4, 2011 at 4:00 PM, Cory Zue <czue@dimagi.com> wrote:

> Is there an easy way to install Jison on Windows? I got as far as
> installing node and attempting to install npm, but got stuck on an
> obscure error and was wondering if there was a better way before
> investing any more time into it.
>
> Any thoughts or advice will be appreciated.
>
> thanks,
> Cory
>



-- 
Robert Plummer

Re: [jison] installing on windows

From:
Cory Zue
Date:
2011-10-04 @ 20:18
Sorry if this is a dumb question but I'm new to both node and jison. I
got the binary node.exe file and it works in the sense that I can run
it like a javascript console.  But I had trouble with npm [1], and
specifically, I ran into this exact open issue[2].

Is there a way to "install" jison in node without using npm?

thanks,
Cory

[1] http://zaach.github.com/jison/docs/#installation
[2] https://github.com/isaacs/npm/issues/1488


On Tue, Oct 4, 2011 at 4:13 PM, Robert Plummer
<robertleeplummerjr@gmail.com> wrote:
> You really are just wanting to install node js on windows, jison then can
> "install" or run.
> http://blog.dtrejo.com/how-to-install-nodejs-on-windows
>
> On Tue, Oct 4, 2011 at 4:00 PM, Cory Zue <czue@dimagi.com> wrote:
>>
>> Is there an easy way to install Jison on Windows? I got as far as
>> installing node and attempting to install npm, but got stuck on an
>> obscure error and was wondering if there was a better way before
>> investing any more time into it.
>>
>> Any thoughts or advice will be appreciated.
>>
>> thanks,
>> Cory
>
>
>
> --
> Robert Plummer
>

Re: [jison] installing on windows

From:
Zachary Carter
Date:
2011-10-05 @ 18:27
On Tue, Oct 4, 2011 at 4:18 PM, Cory Zue <czue@dimagi.com> wrote:
> Sorry if this is a dumb question but I'm new to both node and jison. I
> got the binary node.exe file and it works in the sense that I can run
> it like a javascript console.  But I had trouble with npm [1], and
> specifically, I ran into this exact open issue[2].
>
> Is there a way to "install" jison in node without using npm?

You should be able to run Jison without npm. After downloading the
repo, run node.exe on bin\jison [path to grammar].

>
> thanks,
> Cory
>
> [1] http://zaach.github.com/jison/docs/#installation
> [2] https://github.com/isaacs/npm/issues/1488
>
>
> On Tue, Oct 4, 2011 at 4:13 PM, Robert Plummer
> <robertleeplummerjr@gmail.com> wrote:
>> You really are just wanting to install node js on windows, jison then can
>> "install" or run.
>> http://blog.dtrejo.com/how-to-install-nodejs-on-windows
>>
>> On Tue, Oct 4, 2011 at 4:00 PM, Cory Zue <czue@dimagi.com> wrote:
>>>
>>> Is there an easy way to install Jison on Windows? I got as far as
>>> installing node and attempting to install npm, but got stuck on an
>>> obscure error and was wondering if there was a better way before
>>> investing any more time into it.
>>>
>>> Any thoughts or advice will be appreciated.
>>>
>>> thanks,
>>> Cory
>>
>>
>>
>> --
>> Robert Plummer
>>
>



-- 
Zach Carter

Re: [jison] installing on windows

From:
Cory Zue
Date:
2011-10-05 @ 18:46
On Wed, Oct 5, 2011 at 2:27 PM, Zachary Carter <zack.carter@gmail.com> wrote:
> On Tue, Oct 4, 2011 at 4:18 PM, Cory Zue <czue@dimagi.com> wrote:
>> Sorry if this is a dumb question but I'm new to both node and jison. I
>> got the binary node.exe file and it works in the sense that I can run
>> it like a javascript console.  But I had trouble with npm [1], and
>> specifically, I ran into this exact open issue[2].
>>
>> Is there a way to "install" jison in node without using npm?
>
> You should be able to run Jison without npm. After downloading the
> repo, run node.exe on bin\jison [path to grammar].

Awesome, this works. Thanks!

>>
>> thanks,
>> Cory
>>
>> [1] http://zaach.github.com/jison/docs/#installation
>> [2] https://github.com/isaacs/npm/issues/1488
>>
>>
>> On Tue, Oct 4, 2011 at 4:13 PM, Robert Plummer
>> <robertleeplummerjr@gmail.com> wrote:
>>> You really are just wanting to install node js on windows, jison then can
>>> "install" or run.
>>> http://blog.dtrejo.com/how-to-install-nodejs-on-windows
>>>
>>> On Tue, Oct 4, 2011 at 4:00 PM, Cory Zue <czue@dimagi.com> wrote:
>>>>
>>>> Is there an easy way to install Jison on Windows? I got as far as
>>>> installing node and attempting to install npm, but got stuck on an
>>>> obscure error and was wondering if there was a better way before
>>>> investing any more time into it.
>>>>
>>>> Any thoughts or advice will be appreciated.
>>>>
>>>> thanks,
>>>> Cory
>>>
>>>
>>>
>>> --
>>> Robert Plummer
>>>
>>
>
>
>
> --
> Zach Carter
>