mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 09:42:43 +00:00
No description
4e9436a835
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> |
||
---|---|---|
packaging | ||
.gitignore | ||
0001-Fedora-specific-patches.patch | ||
btest402.js | ||
changelog | ||
macros.nodejs | ||
nodejs-sources.sh | ||
nodejs.pc.in | ||
nodejs18.spec | ||
npmrc | ||
npmrc.builtin.in | ||
sources | ||
test2.js | ||
v8.pc.in |