JavaScript runtime
Go to file
Jan Staněk 01be108fb0
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 14:38:48 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:10:09 +02:00
0001-Disable-running-gyp-on-shared-deps.patch deps(cares): update to 1.19.1 2023-05-31 15:07:05 +02:00
btest402.js RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:10:09 +02:00
gating.yaml Add gating.yaml 2021-07-22 12:40:21 +02:00
macros.nodejs RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:10:09 +02:00
nodejs_native.attr RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:10:09 +02:00
nodejs-tarball.sh Resolves: RHBZ#1953491 2021-05-21 10:25:54 +02:00
nodejs.spec Replace /usr/etc/npmrc symlink with builtin configuration 2023-07-13 14:38:48 +02:00
npmrc RHEL 9.0.0 Alpha bootstrap 2020-10-15 21:10:09 +02:00
npmrc.builtin.in Replace /usr/etc/npmrc symlink with builtin configuration 2023-07-13 14:38:48 +02:00
package.cfg Merged update from upstream sources 2021-03-11 20:10:06 +00:00
sources Rebase to 16.20.1 2023-07-13 14:38:48 +02:00