質問編集履歴
1
問題のlogファイルを載せた点
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,9 +34,47 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
+
### logファイル
|
38
|
+
|
39
|
+
自分なりlogファイルでここが問題だと思うところです。
|
40
|
+
|
41
|
+
(log全てのせる方法がわからなかったので…)
|
42
|
+
|
43
|
+
```
|
44
|
+
|
45
|
+
ERROR in resolving fallback for shared module @lckr/jupyterlab_variableinspector
|
46
|
+
|
47
|
+
Module not found: Error: Can't resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build'
|
48
|
+
|
49
|
+
resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build'
|
50
|
+
|
51
|
+
Parsed request is a module
|
52
|
+
|
53
|
+
using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/package.json (relative path: .)
|
54
|
+
|
55
|
+
Field 'browser' doesn't contain a valid alias configuration
|
56
|
+
|
57
|
+
resolve as module
|
58
|
+
|
59
|
+
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/node_modules doesn't exist or is not a directory
|
60
|
+
|
61
|
+
looking for modules in /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules
|
62
|
+
|
63
|
+
single file module
|
64
|
+
|
65
|
+
using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/package.json (relative path: ./node_modules/@lckr/jupyterlab_variableinspector)
|
66
|
+
|
67
|
+
no extension
|
68
|
+
|
69
|
+
Field 'browser' doesn't contain a valid alias configuration
|
70
|
+
|
71
|
+
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector is not a file
|
72
|
+
|
73
|
+
.js
|
37
74
|
|
38
75
|
|
39
76
|
|
77
|
+
```
|
40
78
|
|
41
79
|
### 試したこと
|
42
80
|
|