質問編集履歴
5
文章の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
https://qiita.com/AkiYanagimoto/items/4d409ac978bff3f52a75
|
2
2
|
|
3
3
|
|
4
|
-
|
5
|
-
上記のサイトにlaravelでオフラインでもjQueryを使用できるようにしたいと思い設定を行っています。
|
6
4
|
|
7
5
|
上記の手順通りに作業を進めてSTEP2で
|
8
6
|
|
4
質問の修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
npm run devを行うとエラーになってビルドすることができない
|
test
CHANGED
@@ -74,34 +74,6 @@
|
|
74
74
|
|
75
75
|
|
76
76
|
|
77
|
-
一度このエラーを無視してjQueryが動くか試してみましたがGoogle Chromeの検証画面にて
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
```
|
82
|
-
|
83
|
-
Uncaught ReferenceError: $ is not defined
|
84
|
-
|
85
|
-
```
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
とエラーが出ているためjQueryが読み込めていないっぽいです。
|
90
|
-
|
91
77
|
|
92
78
|
|
93
79
|
文章に言葉足らずな部分もありますがご教授いただければ幸いです。
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
追記
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
Laravel Framework 8.38.0
|
104
|
-
|
105
|
-
npm 6.14.13
|
106
|
-
|
107
|
-
jquery 3.6.0です。
|
3
laravel,npm,jQueryのバーションを追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,4 @@
|
|
1
1
|
https://qiita.com/AkiYanagimoto/items/4d409ac978bff3f52a75
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
npmのバージョンは6.14.13です。
|
6
2
|
|
7
3
|
|
8
4
|
|
@@ -95,3 +91,17 @@
|
|
95
91
|
|
96
92
|
|
97
93
|
文章に言葉足らずな部分もありますがご教授いただければ幸いです。
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
追記
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
Laravel Framework 8.38.0
|
104
|
+
|
105
|
+
npm 6.14.13
|
106
|
+
|
107
|
+
jquery 3.6.0です。
|
2
npmバージョン記載しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
https://qiita.com/AkiYanagimoto/items/4d409ac978bff3f52a75
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
npmのバージョンは6.14.13です。
|
2
6
|
|
3
7
|
|
4
8
|
|
1
エラー文を全て記載しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,6 +22,52 @@
|
|
22
22
|
|
23
23
|
ERROR in /js/app
|
24
24
|
|
25
|
+
Module not found: Error: Can't resolve '/Users/xxxx/プロジェクト名/resources/sass/app.scss' in '/Users/xxxx/プロジェクト名'
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
webpack compiled with 1 error
|
30
|
+
|
31
|
+
npm ERR! code ELIFECYCLE
|
32
|
+
|
33
|
+
npm ERR! errno 1
|
34
|
+
|
35
|
+
npm ERR! プロジェクト名@1.0.0 development: `mix`
|
36
|
+
|
37
|
+
npm ERR! Exit status 1
|
38
|
+
|
39
|
+
npm ERR!
|
40
|
+
|
41
|
+
npm ERR! Failed at the プロジェクト名@1.0.0 development script.
|
42
|
+
|
43
|
+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
npm ERR! A complete log of this run can be found in:
|
48
|
+
|
49
|
+
npm ERR! /Users/xxxx/.npm/_logs/2021-05-17T05_47_54_592Z-debug.log
|
50
|
+
|
51
|
+
npm ERR! code ELIFECYCLE
|
52
|
+
|
53
|
+
npm ERR! errno 1
|
54
|
+
|
55
|
+
npm ERR! プロジェクト名@1.0.0 dev: `npm run development`
|
56
|
+
|
57
|
+
npm ERR! Exit status 1
|
58
|
+
|
59
|
+
npm ERR!
|
60
|
+
|
61
|
+
npm ERR! Failed at the プロジェクト名@1.0.0 dev script.
|
62
|
+
|
63
|
+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
npm ERR! A complete log of this run can be found in:
|
68
|
+
|
69
|
+
npm ERR! /Users/xxxx/.npm/_logs/2021-05-17T05_47_54_622Z-debug.log
|
70
|
+
|
25
71
|
```
|
26
72
|
|
27
73
|
のようなエラーが出てしまい先に進めません。
|