Re: [DNG] npm and nodejs -- version skew?

2021-10-04 Thread Hendrik Boom
On Mon, Oct 04, 2021 at 02:25:44PM +, g4sra wrote: > Hi Hendrik, > > Are you interested in authoring some sort of game in Ink ? > Because if you are I would be interested to hear what you are up to. Mostly not writing a game, but trying out various game-writing engines to see what works and

Re: [DNG] npm and nodejs -- version skew?

2021-10-04 Thread wirelessduck--- via Dng
> On 5 Oct 2021, at 00:58, Hendrik Boom wrote: > > While setting up to run the game editor inky ( > https://www.inklestudios.com/ink/ ) I ran into what seems to be a version > skew. > > I used aptitude to install Devuan beowulf's versions of npm and nodejs. > When I got to one stage of the

[DNG] npm and nodejs -- version skew?

2021-10-04 Thread Hendrik Boom
While setting up to run the game editor inky ( https://www.inklestudios.com/ink/ ) I ran into what seems to be a version skew. I used aptitude to install Devuan beowulf's versions of npm and nodejs. When I got to one stage of the imky startup I got messages I have appended below. From the look

Re: [DNG] npm and nodejs

2018-05-25 Thread Antonio Trkdz.tab
Hi All, To install the latest(ish) nodejs from nodesource get the signin keys with: curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add - then, after touching /etc/apt/sources.list.d/nodesource.list, add the following to the newly created file: deb https://deb.node

Re: [DNG] npm and nodejs

2018-05-23 Thread Hendrik Boom
On Wed, May 23, 2018 at 02:44:07PM +1000, wirelessd...@gmail.com wrote: > > > On 23 May 2018, at 11:44, Hendrik Boom wrote: > > > > I'm trying to try out a package (joplin) that is built using nodejs. > > > > Now the installation instructions seem to require npk, the nodejs package > > manager

Re: [DNG] npm and nodejs

2018-05-23 Thread KatolaZ
On Wed, May 23, 2018 at 08:22:54AM +0100, KatolaZ wrote: > On Tue, May 22, 2018 at 09:44:11PM -0400, Hendrik Boom wrote: > > I'm trying to try out a package (joplin) that is built using nodejs. > > > > Now the installation instructions seem to require npk, the nodejs package > > manager. > > > >

Re: [DNG] npm and nodejs

2018-05-23 Thread KatolaZ
On Tue, May 22, 2018 at 09:44:11PM -0400, Hendrik Boom wrote: > I'm trying to try out a package (joplin) that is built using nodejs. > > Now the installation instructions seem to require npk, the nodejs package > manager. > > And following links about npm, it appears that npm is part of nodejs.

Re: [DNG] npm and nodejs

2018-05-22 Thread wirelessduck
> On 23 May 2018, at 11:44, Hendrik Boom wrote: > > I'm trying to try out a package (joplin) that is built using nodejs. > > Now the installation instructions seem to require npk, the nodejs package > manager. > > And following links about npm, it appears that npm is part of nodejs. > > But

[DNG] npm and nodejs

2018-05-22 Thread Hendrik Boom
I'm trying to try out a package (joplin) that is built using nodejs. Now the installation instructions seem to require npk, the nodejs package manager. And following links about npm, it appears that npm is part of nodejs. But I have installed nodejs from the ascii repossitory and still don't se