前提・実現したいこと
最近、プログラミングを始めたのですが
jupyterlabを使用してpythonの勉強を始めようと、環境設定を行っていました。
拡張機能variable inspectorをインストールしましたが、jupyterlab内に表示されませんでした。
なので、ネットで調べJupiter lab build 実行をしました。しかし、Runtime errorが発生し
logファイルを見ろということだったので解読しようとしましたができませんでした。
※pythonのディストリビューションはanaconda3を使用しています。
また、Mac Book AirでOSはBig Sur ver.11.2.1です。
発生しているlogファイル
長すぎるので自分がここじゃないかなと思うところを載せました。
間違っていたら載せ直すので教えてください。
ERROR in resolving fallback for shared module @lckr/jupyterlab_variableinspector Module not found: Error: Can't resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build' resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build' Parsed request is a module using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/package.json (relative path: .) Field 'browser' doesn't contain a valid alias configuration resolve as module /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/node_modules doesn't exist or is not a directory looking for modules in /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules single file module using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/package.json (relative path: ./node_modules/@lckr/jupyterlab_variableinspector) no extension Field 'browser' doesn't contain a valid alias configuration /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector is not a file .js Field 'browser' doesn't contain a valid alias configuration /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector.js doesn't exist .json Field 'browser' doesn't contain a valid alias configuration /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector.json doesn't exist .wasm Field 'browser' doesn't contain a valid alias configuration
試したこと
nodeのバージョンアップ、アナコンダの再インストール
nodeのメモリ増加
あなたの回答
tips
プレビュー