No description
Find a file
Stephen Gallagher 4e9436a835
Replace /usr/etc/npmrc symlink with builtin configuration
We want to have the system-level npmrc located at /etc/npmrc.
By default, npm looks for it in /usr/etc/npmrc,
so we placed a symlink to /etc/npmrc there.
However, we are the only known package that has anything in /usr/etc,
which confuses and/or breaks various tooling (see related bug).

This gets rid of the symlink,
and instead uses "builtin"-level configuration of npm
to cause it to load the system-level configuration from /etc/npmrc.

Related: rhbz#2177776

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-04-27 08:50:37 -04:00
packaging Replace /usr/etc/npmrc symlink with builtin configuration 2023-04-27 08:50:37 -04:00
.gitignore
0001-Fedora-specific-patches.patch Rebase Fedora patches 2023-04-26 12:37:19 -04:00
btest402.js
changelog
macros.nodejs
nodejs-sources.sh template: Re-sync from nodejs20 2023-03-01 15:08:30 -05:00
nodejs.pc.in Pull in changes from nodejs20 2023-03-30 08:50:27 -04:00
nodejs18.spec Replace /usr/etc/npmrc symlink with builtin configuration 2023-04-27 08:50:37 -04:00
npmrc
npmrc.builtin.in Replace /usr/etc/npmrc symlink with builtin configuration 2023-04-27 08:50:37 -04:00
sources Update to 18.16.0 2023-04-26 12:31:13 -04:00
test2.js
v8.pc.in Pull in changes from nodejs20 2023-03-30 08:50:27 -04:00