前提・実現したいこと
nodenvで古いNodeをインストールしたいです
発生している問題・エラーメッセージ
最新のバージョンはインストール出来たのですが、古いバージョンだと以下のエラーでインストール出来ませんでした。
nodenv install 8.9.0 Downloading node-v8.9.0.tar.gz... -> https://nodejs.org/dist/v8.9.0/node-v8.9.0.tar.gz WARNING: node-v8.9.0 is past its end of life and is now unsupported. It no longer receives bug fixes or security updates. Installing node-v8.9.0... BUILD FAILED (OS X 11.6 using node-build 4.9.61-2-g1d7a7db3) Inspect or clean up the working tree at /var/folders/4h/jjwf3b951xx8x_vv4b0n74xw0000gp/T/node-build.20211105110237.94584.4pPhJD Results logged to /var/folders/4h/jjwf3b951xx8x_vv4b0n74xw0000gp/T/node-build.20211105110237.94584.log Last 10 log lines: File "tools/install.py", line 76, in <lambda> def install(paths, dst): map(lambda path: try_copy(path, dst), paths) File "tools/install.py", line 68, 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
補足情報(FW/ツールのバージョンなど)
macOS Big Sur
M1
回答2件
あなたの回答
tips
プレビュー