Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 01:26:17 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: GitBook on FreeBSD?
Message-ID:  <20151017012617.3bc51864.freebsd@edvax.de>
In-Reply-To: <20151016183244.GA21879@c720-r276659>
References:  <20151016064251.GA1975@c720-r276659> <86mvvjymhd.fsf@WorkBox.Home> <20151016183244.GA21879@c720-r276659>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 16 Oct 2015 20:32:45 +0200, Matthias Apitz wrote:
> El d=EDa Friday, October 16, 2015 a las 08:25:02AM -0500, Brandon J. Wand=
ersee escribi=F3:
>=20
> > > Is it possible (has someone) to install GitBook locally on FreeBSD, to
> > > do the book rendering to HTML locally? I do not see any port for this.
> > >
> > > Thanks
> > >
> > > 	matthias
> >=20
> > There's no port for GitBook, but there is one for npm.
> >=20
> > https://www.freshports.org/www/npm/
>=20
> Thanks. I have installed www/npm and run:
>=20
> $ npm install gitbook-cli -g
> npm ERR! FreeBSD 11.0-CURRENT
> npm ERR! argv "node" "/usr/local/bin/npm" "install" "gitbook-cli" "-g"
> npm ERR! node v0.10.32
> npm ERR! npm  v2.0.2
> npm ERR! path /usr/local/lib/node_modules/gitbook-cli
> npm ERR! code EACCES
> npm ERR! errno 3
>=20
> npm ERR! Error: EACCES, mkdir '/usr/local/lib/node_modules/gitbook-cli'
> npm ERR!  { [Error: EACCES, mkdir
> '/usr/local/lib/node_modules/gitbook-cli']
> npm ERR!   errno: 3,
> npm ERR!   code: 'EACCES',
> npm ERR!   path: '/usr/local/lib/node_modules/gitbook-cli',
> npm ERR!   fstream_type: 'Directory',
> npm ERR!   fstream_path: '/usr/local/lib/node_modules/gitbook-cli',
> npm ERR!   fstream_class: 'DirWriter',
> npm ERR!   fstream_stack:=20
> npm ERR!    [
> '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:3=
6:23',
> npm ERR!
> '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53',
> npm ERR!      'Object.oncomplete (fs.js:107:15)' ] }
> npm ERR!=20
> npm ERR! Please try running this command again as root/Administrator.
> ...
>=20
> Is it safe to run this as root?

Not more or less safe than "curl | sudo bash", I'd say. ;-)

On the other hand, couldn't you specify a path local to your user
account (e. g., ~/node_modules) for a local installation of the
gitbook-cli package?

Of course it's a little bit problematic when several package
managers (others than the system's pkg) want to write stuff to
system-level directories. And npm isn't the only example I could
think of...


--=20
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151017012617.3bc51864.freebsd>