Re: NetBeans Node.js issue

2024-02-23 Thread Bujdosó Gyula
Thanks for your explanation and the idea.

Op vr 23 feb 2024 om 16:08 schreef Peter Hull :

> On Fri, 23 Feb 2024 at 14:58, Bujdosó Gyula  wrote:
>
>> Thanks for the tip and help, sorry for the late reply. :)
>>
>> In the end it was 'which' command I located both node and npm in the
>> terminal as shown life:
>>
>
> I told you to use 'where', and of course I meant 'which' - apologies for
> that, I must have been having a hard day.
> (I suppose the rationale is that 'which node' tells you which executable
> is run when you type 'node')
> Glad you sorted it out anyway!
> Peter
>
>


Re: NetBeans Node.js issue

2024-02-23 Thread Peter Hull
On Fri, 23 Feb 2024 at 14:58, Bujdosó Gyula  wrote:

> Thanks for the tip and help, sorry for the late reply. :)
>
> In the end it was 'which' command I located both node and npm in the
> terminal as shown life:
>

I told you to use 'where', and of course I meant 'which' - apologies for
that, I must have been having a hard day.
(I suppose the rationale is that 'which node' tells you which executable is
run when you type 'node')
Glad you sorted it out anyway!
Peter


Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thank you. :) And maybe you have tips for Linux Mint how to find it?

Op do 22 feb 2024 om 17:00 schreef Peter Hull :

> On Thu, 22 Feb 2024 at 13:40, Bujdosó Gyula  wrote:
> >
> > Thanks again, will try and find where I installed it.
>
> As long as it's on your path, on Windows powershell you can use
> command 'gcm', for example:
> > gcm node
>
> CommandType Name
> VersionSource
> --- 
> -----
> Application node.exe
> 21.6.1.0   C:\Program Files\nodejs\node.exe
>
> and on Linux/MacOS use 'where' for the same job. I believe the node
> installers add node to the path so you should be OK.
>


Re: NetBeans Node.js issue

2024-02-22 Thread Peter Hull
On Thu, 22 Feb 2024 at 13:40, Bujdosó Gyula  wrote:
>
> Thanks again, will try and find where I installed it.

As long as it's on your path, on Windows powershell you can use
command 'gcm', for example:
> gcm node

CommandType Name
VersionSource
--- 
-----
Application node.exe
21.6.1.0   C:\Program Files\nodejs\node.exe

and on Linux/MacOS use 'where' for the same job. I believe the node
installers add node to the path so you should be OK.

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thanks again, will try and find where I installed it.

Op do 22 feb 2024 om 14:27 schreef Mark Eggers
:

> That all depends on where you installed everything.
>
> 1. Node.js is where you installed it.
>
> Haven't installed Node.js? Then download the appropriate package for
> your OS (or use the appropriate package manager if you're on Linux), and
> install.
>
> I don't know what OS you are using, and the default installing
> information is better asked on the appropriate Node mailing list.
>
> 2. npm is where you installed it
>
> That comes with Node.js (at least it does on Windows 10 Professional).
> Again, how it is installed on your particular OS is better asked on the
> appropriate Node mailing list.
>
> 3. Express generator
>
> When you use npm to install something globally (express) that location
> is determined by your OS. You'll have to browse to find it.
>
> For example, on Windows 10 Professional, the location for express
> installed globally is:
>
> %HOMEPATH%\AppData\Roaming\npm\express.cmd
>
> . . . just my two cents
>
> Mark
> /mde/
>
> On 2/22/2024 4:36 AM, Bujdosó Gyula wrote:
> > Sorry, maybe I was not specific:
> >
> > Where can I find the data that is needed to fill in the menu below:
> >
> > Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)
> >
> > Op do 22 feb 2024 om 12:31 schreef Bujdosó Gyula :
> >
> >> Thank you!
> >>
> >> Op do 22 feb 2024 om 09:40 schreef Mark Eggers
> >> :
> >>
> >>> On NetBeans 20:
> >>>
> >>> Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)
> >>>
> >>> I doubt that it's been changed for NetBeans 21 (the latest).
> >>>
> >>> just my two cents . . .
> >>>
> >>> Mark
> >>> /mde/
> >>>
> >>> On 2/21/2024 10:14 PM, Bujdosó Gyula wrote:
>  Dear Team,
> 
>  Maybe you have an idea, how I could determine and specify Node.js'
> >>> location
>  for Netbeans? Unfortunately I cannot find exactly what location
> NetBeans
>  needs.
> 
>  [image: image.png]
> 
>  Thank you very much! :)
> 
>  Gyula Bujdosó
> 
> >>>
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> >>> For additional commands, e-mail: users-h...@netbeans.apache.org
> >>>
> >>> For further information about the NetBeans mailing lists, visit:
> >>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>>
> >>>
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers

That all depends on where you installed everything.

1. Node.js is where you installed it.

Haven't installed Node.js? Then download the appropriate package for 
your OS (or use the appropriate package manager if you're on Linux), and 
install.


I don't know what OS you are using, and the default installing 
information is better asked on the appropriate Node mailing list.


2. npm is where you installed it

That comes with Node.js (at least it does on Windows 10 Professional). 
Again, how it is installed on your particular OS is better asked on the 
appropriate Node mailing list.


3. Express generator

When you use npm to install something globally (express) that location 
is determined by your OS. You'll have to browse to find it.


For example, on Windows 10 Professional, the location for express 
installed globally is:


%HOMEPATH%\AppData\Roaming\npm\express.cmd

. . . just my two cents

Mark
/mde/

On 2/22/2024 4:36 AM, Bujdosó Gyula wrote:

Sorry, maybe I was not specific:

Where can I find the data that is needed to fill in the menu below:

Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)

Op do 22 feb 2024 om 12:31 schreef Bujdosó Gyula :


Thank you!

Op do 22 feb 2024 om 09:40 schreef Mark Eggers
:


On NetBeans 20:

Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)

I doubt that it's been changed for NetBeans 21 (the latest).

just my two cents . . .

Mark
/mde/

On 2/21/2024 10:14 PM, Bujdosó Gyula wrote:

Dear Team,

Maybe you have an idea, how I could determine and specify Node.js'

location

for Netbeans? Unfortunately I cannot find exactly what location NetBeans
needs.

[image: image.png]

Thank you very much! :)

Gyula Bujdosó




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Sorry, maybe I was not specific:

Where can I find the data that is needed to fill in the menu below:

Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)

Op do 22 feb 2024 om 12:31 schreef Bujdosó Gyula :

> Thank you!
>
> Op do 22 feb 2024 om 09:40 schreef Mark Eggers
> :
>
>> On NetBeans 20:
>>
>> Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)
>>
>> I doubt that it's been changed for NetBeans 21 (the latest).
>>
>> just my two cents . . .
>>
>> Mark
>> /mde/
>>
>> On 2/21/2024 10:14 PM, Bujdosó Gyula wrote:
>> > Dear Team,
>> >
>> > Maybe you have an idea, how I could determine and specify Node.js'
>> location
>> > for Netbeans? Unfortunately I cannot find exactly what location NetBeans
>> > needs.
>> >
>> > [image: image.png]
>> >
>> > Thank you very much! :)
>> >
>> > Gyula Bujdosó
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: users-h...@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>


Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thank you!

Op do 22 feb 2024 om 09:40 schreef Mark Eggers
:

> On NetBeans 20:
>
> Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)
>
> I doubt that it's been changed for NetBeans 21 (the latest).
>
> just my two cents . . .
>
> Mark
> /mde/
>
> On 2/21/2024 10:14 PM, Bujdosó Gyula wrote:
> > Dear Team,
> >
> > Maybe you have an idea, how I could determine and specify Node.js'
> location
> > for Netbeans? Unfortunately I cannot find exactly what location NetBeans
> > needs.
> >
> > [image: image.png]
> >
> > Thank you very much! :)
> >
> > Gyula Bujdosó
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers

On NetBeans 20:

Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab)

I doubt that it's been changed for NetBeans 21 (the latest).

just my two cents . . .

Mark
/mde/

On 2/21/2024 10:14 PM, Bujdosó Gyula wrote:

Dear Team,

Maybe you have an idea, how I could determine and specify Node.js' location
for Netbeans? Unfortunately I cannot find exactly what location NetBeans
needs.

[image: image.png]

Thank you very much! :)

Gyula Bujdosó




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



NetBeans Node.js issue

2024-02-21 Thread Bujdosó Gyula
Dear Team,

Maybe you have an idea, how I could determine and specify Node.js' location
for Netbeans? Unfortunately I cannot find exactly what location NetBeans
needs.

[image: image.png]

Thank you very much! :)

Gyula Bujdosó