Notebook

これは日々の作業を通して学んだことや毎日の生活で気づいたことをを記録しておく備忘録である。

HTML ファイル生成日時: 2024/11/02 17:34:23.235 (台灣標準時)

pkgsrc を利用した npm のインストールについて

NetBSD で pkgsrc を使い、 JupyterLab をインストールしようとしたら、依 存性から npm もインストールすることになったでござる。しかし、インストー ルが失敗してしまったでござる。以下のようなメッセージが表示されたでござ る。


===> Overriding tools for npm-8.15.1
===> Extracting for npm-8.15.1
===> Patching for npm-8.15.1
=> Applying pkgsrc patches for npm-8.15.1
===> Creating toolchain wrappers for npm-8.15.1
===> Configuring for npm-8.15.1
=> Changing installation to PREFIX/man
=> Fixing path to Python
=> Replacing node interpreter in bin/npm-cli.js bin/npx-cli.js.
===> Building for npm-8.15.1
node bin/npm-cli.js run resetdeps

> npm@8.15.1 resetdeps
> bash scripts/resetdeps.sh

+ node . i --ignore-scripts --no-audit --no-fund
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/tap/-/tap-16.3.0.tgz failed, reason: connect ETIMEDOUT 2606:4700::6810:1523:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     /data0/netbsd/pkgsrc/current/pkgsrc/lang/npm/work/.home/.npm/_logs/2022-08-30T07_50_28_510Z-debug-0.log
gmake: *** [Makefile:53: deps] Error 1
*** Error code 2

Stop.
make[2]: stopped in /data0/netbsd/pkgsrc/current/pkgsrc/lang/npm
*** Error code 1

Stop.
make[1]: stopped in /data0/netbsd/pkgsrc/current/pkgsrc/lang/npm
*** Error code 1

ネットワーク関係の問題のようでござった。 /etc/rc.conf に以下の記述を追 加してみたでござる。


ip6addrctl=YES
ip6addrctl_policy=ipv4_prefer

そして、以下のコマンドを実行したでござる。


# /etc/rc.d/ip6addrctl start
# /etc/rc.d/network restart
# cd /usr/pkgsrc/lang/npm
# make install

すると、今度は問題なくインストールが完了したでござる。



Frequently accessed files

  1. Computer___Python/20220518_0.html
  2. Computer___Network/20230726_00.html
  3. Computer___Network/20230516_00.html
  4. Misc___Taiwan/20240207_00.html
  5. Computer___FreeBSD/20220621_0.html
  6. Computer___Python/20220715_0.html
  7. Food___Taiwan/20220429_0.html
  8. Computer___Network/20230508_00.html
  9. Computer___NetBSD/20220817_3.html
  10. Computer___Python/20220410_0.html
  11. Computer___Network/20240416_00.html
  12. Computer___Debian/20210223_1.html
  13. Computer___Network/20240130_00.html
  14. Computer___Python/20210124_0.html
  15. Computer___NetBSD/20230119_00.html
  16. Computer___Python/20221013_0.html
  17. Computer___NetBSD/20220428_0.html
  18. Computer___NetBSD/20220818_1.html
  19. Science___Math/20220420_0.html
  20. Computer___NetBSD/20240101_02.html
  21. Computer___TeX/20230503_00.html
  22. Computer___NetBSD/20230515_00.html
  23. Computer___NetBSD/20220808_0.html
  24. Science___Astronomy/20220503_0.html
  25. Computer___NetBSD/20210127_0.html
  26. Computer___Python/20240101_00.html
  27. Computer___Network/20220413_1.html
  28. Computer___NetBSD/20210204_0.html
  29. Computer___Python/20220816_1.html
  30. Travel___Taiwan/20220809_2.html


HTML file generated by Kinoshita Daisuke.