JavaScript runtime
Go to file
Jan Staněk f02b2fabe5
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-18 13:33:06 +02:00
.gitignore Rebase to 16.19.1 2023-03-14 13:56:51 +01:00
0001-Disable-running-gyp-on-shared-deps.patch deps(cares): update to 1.19.1 2023-06-20 16:16:29 +02:00
btest402.js Import rpm: 253ea996bef7595a6f225e644ef664ab82d0c8ee 2023-02-20 02:00:33 -05:00
macros.nodejs Import rpm: 253ea996bef7595a6f225e644ef664ab82d0c8ee 2023-02-20 02:00:33 -05:00
nodejs_native.attr Import rpm: 253ea996bef7595a6f225e644ef664ab82d0c8ee 2023-02-20 02:00:33 -05:00
nodejs-tarball.sh Import rpm: 253ea996bef7595a6f225e644ef664ab82d0c8ee 2023-02-20 02:00:33 -05:00
nodejs.spec Replace /usr/etc/npmrc symlink with builtin configuration 2023-07-18 13:33:06 +02:00
npmrc Import rpm: 253ea996bef7595a6f225e644ef664ab82d0c8ee 2023-02-20 02:00:33 -05:00
npmrc.builtin.in Replace /usr/etc/npmrc symlink with builtin configuration 2023-07-18 13:33:06 +02:00
sources Rebase to 16.20.1 2023-07-18 13:32:21 +02:00