@kimisuke0503 (kimisuke)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Node.jsの過去のバージョンのインストール

解決したいこと

nodenvでNode.jsの過去のバージョン(14.4.0)を入れようとしましたがエラーで行き詰っています.
最新のバージョン(17.6.0)はできてるのですが…

発生している問題・エラー

BUILD FAILED (OS X 12.2.1 using node-build 4.9.70-2-ga8ff5436)

Inspect or clean up the working tree at /var/folders/hy/njdgsj2511ldyhcg85bfvh880000gn/T/node-build.20220308132015.41028.OEtmGc
Results logged to /var/folders/hy/njdgsj2511ldyhcg85bfvh880000gn/T/node-build.20220308132015.41028.log

Last 10 log lines:
  File "tools/install.py", line 76, in install
    try_copy(path, dst)
  File "tools/install.py", line 66, in try_copy
    return shutil.copy2(source_path, target_path)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 153, in copy2
    copyfile(src, dst)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 96, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'out/Release/node'
make: *** [install] Error 1

自分で試したこと

out/Release/nodeが無いよとのことなので安直に作ってみましたが同じエラーが出ます.
前にpyenvでごちゃごちゃやったのがもしかしてまずかったのかな…
何にも分かってなくて申し訳ありません.よろしくお願いします.

0 likes

No Answers yet.

Your answer might help someone💌