All of lore.kernel.org
 help / color / mirror / Atom feed
* nodejs: newer npm?
@ 2016-07-13  7:39 Gary Thomas
  2016-07-13  8:11 ` Gary Thomas
  0 siblings, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2016-07-13  7:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
which is npm version 2.15.1.  I'm trying to run angularjs that needs
npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
fixes the issue just let me know.

What needs to be done to get a newer npm?

BTW, the current one segfaults when trying to install the
attached package file.

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: package.json --]
[-- Type: application/json, Size: 1231 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-13  7:39 nodejs: newer npm? Gary Thomas
@ 2016-07-13  8:11 ` Gary Thomas
  2016-07-13 13:29   ` Davis, Michael
  0 siblings, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2016-07-13  8:11 UTC (permalink / raw)
  To: openembedded-devel

On 2016-07-13 09:39, Gary Thomas wrote:
> The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
> which is npm version 2.15.1.  I'm trying to run angularjs that needs
> npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
> fixes the issue just let me know.
>
> What needs to be done to get a newer npm?
>
> BTW, the current one segfaults when trying to install the
> attached package file.

I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
segfaults on the install step, but it doesn't really work :-(
Any access just returns 'Cannot GET /'

Anyone have suggestions on how I might debug this?  It's a known
working (simple) application I got from https://angular.io/docs/ts/latest/quickstart.html

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-13  8:11 ` Gary Thomas
@ 2016-07-13 13:29   ` Davis, Michael
  2016-07-13 14:24     ` Gary Thomas
  2016-07-14 11:55     ` Gary Thomas
  0 siblings, 2 replies; 8+ messages in thread
From: Davis, Michael @ 2016-07-13 13:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Gary Thomas

I am currently using angular from a different meta layer.
https://github.com/imyller/meta-nodejs
It maintains newer versions of nodejs.  
It might be something you want to try.


On Wednesday, July 13, 2016 10:11:05 AM Gary Thomas wrote:
> On 2016-07-13 09:39, Gary Thomas wrote:
> > The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
> > which is npm version 2.15.1.  I'm trying to run angularjs that needs
> > npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
> > fixes the issue just let me know.
> > 
> > What needs to be done to get a newer npm?
> > 
> > BTW, the current one segfaults when trying to install the
> > attached package file.
> 
> I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
> segfaults on the install step, but it doesn't really work :-(
> Any access just returns 'Cannot GET /'
> 
> Anyone have suggestions on how I might debug this?  It's a known
> working (simple) application I got from
> https://angular.io/docs/ts/latest/quickstart.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-13 13:29   ` Davis, Michael
@ 2016-07-13 14:24     ` Gary Thomas
  2016-07-13 14:41       ` Davis, Michael
  2016-07-14 11:55     ` Gary Thomas
  1 sibling, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2016-07-13 14:24 UTC (permalink / raw)
  To: openembedded-devel

On 2016-07-13 15:29, Davis, Michael wrote:
> I am currently using angular from a different meta layer.
> https://github.com/imyller/meta-nodejs
> It maintains newer versions of nodejs.
> It might be something you want to try.

I have tried this and yes, the versions are newer, but my simple example
still does not work :-(

What target/platform are you using?
Any idea why there is a separate layer for something that is in a
more mainstream (meta-oe) layer for the same things?

>
>
> On Wednesday, July 13, 2016 10:11:05 AM Gary Thomas wrote:
>> On 2016-07-13 09:39, Gary Thomas wrote:
>>> The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
>>> which is npm version 2.15.1.  I'm trying to run angularjs that needs
>>> npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
>>> fixes the issue just let me know.
>>>
>>> What needs to be done to get a newer npm?
>>>
>>> BTW, the current one segfaults when trying to install the
>>> attached package file.
>>
>> I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
>> segfaults on the install step, but it doesn't really work :-(
>> Any access just returns 'Cannot GET /'
>>
>> Anyone have suggestions on how I might debug this?  It's a known
>> working (simple) application I got from
>> https://angular.io/docs/ts/latest/quickstart.html


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-13 14:24     ` Gary Thomas
@ 2016-07-13 14:41       ` Davis, Michael
  2016-07-13 14:51         ` Gary Thomas
  0 siblings, 1 reply; 8+ messages in thread
From: Davis, Michael @ 2016-07-13 14:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Gary Thomas

I am building for intel core2-32 with an nginx backend.  
I believe the layer exists to keep packages more closely aligned with the 
upstream project.  I personally use it for the current 6.x releases of nodejs.




On Wednesday, July 13, 2016 04:24:52 PM Gary Thomas wrote:
> On 2016-07-13 15:29, Davis, Michael wrote:
> > I am currently using angular from a different meta layer.
> > https://github.com/imyller/meta-nodejs
> > It maintains newer versions of nodejs.
> > It might be something you want to try.
> 
> I have tried this and yes, the versions are newer, but my simple example
> still does not work :-(
> 
> What target/platform are you using?
> Any idea why there is a separate layer for something that is in a
> more mainstream (meta-oe) layer for the same things?
> 
> > On Wednesday, July 13, 2016 10:11:05 AM Gary Thomas wrote:
> >> On 2016-07-13 09:39, Gary Thomas wrote:
> >>> The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
> >>> which is npm version 2.15.1.  I'm trying to run angularjs that needs
> >>> npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
> >>> fixes the issue just let me know.
> >>> 
> >>> What needs to be done to get a newer npm?
> >>> 
> >>> BTW, the current one segfaults when trying to install the
> >>> attached package file.
> >> 
> >> I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
> >> segfaults on the install step, but it doesn't really work :-(
> >> Any access just returns 'Cannot GET /'
> >> 
> >> Anyone have suggestions on how I might debug this?  It's a known
> >> working (simple) application I got from
> >> https://angular.io/docs/ts/latest/quickstart.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-13 14:41       ` Davis, Michael
@ 2016-07-13 14:51         ` Gary Thomas
  0 siblings, 0 replies; 8+ messages in thread
From: Gary Thomas @ 2016-07-13 14:51 UTC (permalink / raw)
  To: openembedded-devel

On 2016-07-13 16:41, Davis, Michael wrote:
> I am building for intel core2-32 with an nginx backend.
> I believe the layer exists to keep packages more closely aligned with the
> upstream project.  I personally use it for the current 6.x releases of nodejs.
>

Fair enough (although I believe that this should be only in one place).

That said, I'm having issues with very simple angularjs application.  Any
ideas how I might debug it?  My target is ARM i.MX6Q (armv7-hardfp)?

> On Wednesday, July 13, 2016 04:24:52 PM Gary Thomas wrote:
>> On 2016-07-13 15:29, Davis, Michael wrote:
>>> I am currently using angular from a different meta layer.
>>> https://github.com/imyller/meta-nodejs
>>> It maintains newer versions of nodejs.
>>> It might be something you want to try.
>>
>> I have tried this and yes, the versions are newer, but my simple example
>> still does not work :-(
>>
>> What target/platform are you using?
>> Any idea why there is a separate layer for something that is in a
>> more mainstream (meta-oe) layer for the same things?
>>
>>> On Wednesday, July 13, 2016 10:11:05 AM Gary Thomas wrote:
>>>> On 2016-07-13 09:39, Gary Thomas wrote:
>>>>> The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
>>>>> which is npm version 2.15.1.  I'm trying to run angularjs that needs
>>>>> npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
>>>>> fixes the issue just let me know.
>>>>>
>>>>> What needs to be done to get a newer npm?
>>>>>
>>>>> BTW, the current one segfaults when trying to install the
>>>>> attached package file.
>>>>
>>>> I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
>>>> segfaults on the install step, but it doesn't really work :-(
>>>> Any access just returns 'Cannot GET /'
>>>>
>>>> Anyone have suggestions on how I might debug this?  It's a known
>>>> working (simple) application I got from
>>>> https://angular.io/docs/ts/latest/quickstart.html


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-13 13:29   ` Davis, Michael
  2016-07-13 14:24     ` Gary Thomas
@ 2016-07-14 11:55     ` Gary Thomas
  2016-07-14 14:55       ` Davis, Michael
  1 sibling, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2016-07-14 11:55 UTC (permalink / raw)
  To: openembedded-devel

On 2016-07-13 15:29, Davis, Michael wrote:
> I am currently using angular from a different meta layer.
> https://github.com/imyller/meta-nodejs
> It maintains newer versions of nodejs.
> It might be something you want to try.
>

Are you using AngularJS-1 or AngularJS-2?

> On Wednesday, July 13, 2016 10:11:05 AM Gary Thomas wrote:
>> On 2016-07-13 09:39, Gary Thomas wrote:
>>> The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
>>> which is npm version 2.15.1.  I'm trying to run angularjs that needs
>>> npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
>>> fixes the issue just let me know.
>>>
>>> What needs to be done to get a newer npm?
>>>
>>> BTW, the current one segfaults when trying to install the
>>> attached package file.
>>
>> I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
>> segfaults on the install step, but it doesn't really work :-(
>> Any access just returns 'Cannot GET /'
>>
>> Anyone have suggestions on how I might debug this?  It's a known
>> working (simple) application I got from
>> https://angular.io/docs/ts/latest/quickstart.html


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nodejs: newer npm?
  2016-07-14 11:55     ` Gary Thomas
@ 2016-07-14 14:55       ` Davis, Michael
  0 siblings, 0 replies; 8+ messages in thread
From: Davis, Michael @ 2016-07-14 14:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Gary Thomas

Angular JS 1.5



On Thursday, July 14, 2016 01:55:23 PM Gary Thomas wrote:
> On 2016-07-13 15:29, Davis, Michael wrote:
> > I am currently using angular from a different meta layer.
> > https://github.com/imyller/meta-nodejs
> > It maintains newer versions of nodejs.
> > It might be something you want to try.
> 
> Are you using AngularJS-1 or AngularJS-2?
> 
> > On Wednesday, July 13, 2016 10:11:05 AM Gary Thomas wrote:
> >> On 2016-07-13 09:39, Gary Thomas wrote:
> >>> The current (at least 4.4.4) nodejs recipe also creates nodejs-npm
> >>> which is npm version 2.15.1.  I'm trying to run angularjs that needs
> >>> npm >= 3.3.x.  I've not yet tried the update to 4.4.5, so if this
> >>> fixes the issue just let me know.
> >>> 
> >>> What needs to be done to get a newer npm?
> >>> 
> >>> BTW, the current one segfaults when trying to install the
> >>> attached package file.
> >> 
> >> I have now tried nodejs-4.4.5 which has npm-2.15.5  It no longer
> >> segfaults on the install step, but it doesn't really work :-(
> >> Any access just returns 'Cannot GET /'
> >> 
> >> Anyone have suggestions on how I might debug this?  It's a known
> >> working (simple) application I got from
> >> https://angular.io/docs/ts/latest/quickstart.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-14 14:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-13  7:39 nodejs: newer npm? Gary Thomas
2016-07-13  8:11 ` Gary Thomas
2016-07-13 13:29   ` Davis, Michael
2016-07-13 14:24     ` Gary Thomas
2016-07-13 14:41       ` Davis, Michael
2016-07-13 14:51         ` Gary Thomas
2016-07-14 11:55     ` Gary Thomas
2016-07-14 14:55       ` Davis, Michael

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.