nuxt.js で新規プロジェクトを立ち上げたときに、「Pythonのエラーが必要だ」という旨のエラーメッセージが表示されます。
会社のPC環境ではこのようなことは起こらなかったため、非常に困っております。
私のPCには、anaconda を入れていたため、それが原因かと思い、
ひとまずアンインストールしましたが、一向に消えません。
プロジェクトを立ち上げる度、プラグインをインストールする度にこのエラーメッセージに
悩まされます。
そもそもなんでnuxt.jsにPythonが必要なのか全く理解できません。
しかも、如何にも必要な感じでエラーメッセージが出るのです。
gyp ERR! find Python ********************************************************** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "C:\Path\To\python.exe" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python **********************************************************
Pythonをインストールする方法が推奨されている?ようなのですが、
Pythonをインストールせずにこのエラーを消す方法はありませんでしょうか?
それともnuxtにはPythonが必要なのでしょうか?
回答1件
あなたの回答
tips
プレビュー