Go to file
Jan Staněk 1827854f11
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
2023-04-27 13:23:13 +02:00
packaging Fix npm manpage symlinks 2023-04-26 14:54:17 -04:00
.gitignore Update to Node.js 16.15.0 2022-04-27 19:13:00 -04:00
0001-Remove-unused-OpenSSL-config.patch Add patch to fix OpenSSL shared build 2023-02-28 22:22:16 -05:00
0002-libstdc-fix-incomplete-type-in-v8-internal-is_subtyp.patch Fix bug on gcc13 2023-04-26 14:53:08 -04:00
btest402.js Add proper i18n support 2019-11-06 13:10:19 -05:00
changelog Switch to %autochangelog 2022-06-27 17:02:42 -04:00
macros.nodejs add no-op macro to provide spec compatibility with EPEL 2013-04-14 18:21:43 -07:00
nodejs20.spec Replace /usr/etc/npmrc symlink with builtin configuration 2023-04-27 13:23:13 +02:00
nodejs-sources.sh Fix typo in conditional 2023-03-01 15:07:34 -05:00
nodejs.pc.in Add pkg-config files 2023-03-29 18:09:21 -04:00
npmrc Set npmrc to use python3 explicitly 2020-03-16 08:12:49 -04:00
npmrc.builtin.in Replace /usr/etc/npmrc symlink with builtin configuration 2023-04-27 13:23:13 +02:00
sources Update to 20.0.0 2023-04-26 12:02:51 -04:00
test2.js Additional i18n test 2022-03-17 12:20:29 -04:00
v8.pc.in Add pkg-config files 2023-03-29 18:09:21 -04:00