JavaScript runtime
Go to file
Jan Staněk b243cf54dc
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.
2023-07-13 11:24:57 +02:00
.gitignore Rebase to version 18.16.1 2023-07-13 11:24:56 +02:00
0001-Disable-running-gyp-on-shared-deps.patch Rebase to version 18.16.1 2023-07-13 11:24:56 +02:00
btest402.js Resolves: RHBZ#1815402, Update to 14.2.0 2022-06-08 12:08:55 +02:00
macros.nodejs Resolves: RHBZ#1815402, Update to 14.2.0 2022-06-08 12:08:55 +02:00
nodejs_native.attr Resolves: RHBZ#1815402, Update to 14.2.0 2022-06-08 12:08:55 +02:00
nodejs-tarball.sh Apply lock file validation fixes 2022-06-08 12:18:36 +02:00
nodejs.spec Replace /usr/etc/npmrc symlink with builtin configuration 2023-07-13 11:24:57 +02:00
npmrc Resolves: RHBZ#1815402, Update to 14.2.0 2022-06-08 12:08:55 +02:00
npmrc.builtin.in Replace /usr/etc/npmrc symlink with builtin configuration 2023-07-13 11:24:57 +02:00
sources Rebase to version 18.16.1 2023-07-13 11:24:56 +02:00