all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: Ryan Prior <ryanprior@hey.com>,
	Development of GNU Guix and the GNU System distribution
	<guix-devel@gnu.org>
Subject: Re: npm global prefix needs to be a writeable directory
Date: Thu, 26 Nov 2020 07:35:38 +0100	[thread overview]
Message-ID: <86im9sd3r9.fsf@fsfe.org> (raw)
In-Reply-To: <edbcc5930e5ab392e92ce1ffd0570e0861441fec@hey.com>

Hey,

Ryan Prior <ryanprior@hey.com> writes:

> Hi folks! I stumbled across an issue with the node package today and
> wanted to send a report before I forget.
>
> npm assumes that the global prefix is a writeable folder. Operations
> like `npm link` will fail if it isn't. Right now our node package
> doesn't set a prefix, so it defaults to the package's directory in the
> store, which isn't good.

On other distros it defaults to a location that is not writable by
normal users either; it has been considered bad form to install packages
into this default global prefix using sudo for about as long as node has
been released. So I would rather say; "npm expects you to use sudo for
everything" or "npm expects you to manage your global prefix yourself"
:-)

> Maybe the solution is to select a folder inside the user's Guix profile
> (or perhaps in their XDG_CACHE_HOME, if any) and set that explicitly as
> the node global prefix using a profile hook.

Node doesn't do this on other distros either, correct?

> In my case, I ran `npm config set prefix /home/ryan/.cache/npm` as a
> workaround.

Having users set up a valid prefix is already the cannonical solution
for this exact problem, so I don't directly see why guix preventing you
from doing what you shouldn't be doing in the first place should require
extra patching.

Another way folks solved this problem has been using "nvm" which in
practice boiled down to exactly the same thing (that is, setting a
custom global prefix, just managed by nvm now).

Just my 2 cents though.

- Jelle


  reply	other threads:[~2020-11-26  6:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 23:28 npm global prefix needs to be a writeable directory Ryan Prior
2020-11-26  6:35 ` Jelle Licht [this message]
2020-11-26  7:16   ` Ryan Prior
2020-11-26  8:28     ` Jelle Licht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86im9sd3r9.fsf@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=guix-devel@gnu.org \
    --cc=ryanprior@hey.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.