質問編集履歴

2

追加情報追加

2020/04/23 01:44

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,15 @@
95
95
  nuxt.js
96
96
 
97
97
  @nuxt/cli 2.12.2
98
+
99
+
100
+
101
+ ### 追加情報
102
+
103
+ pタグの中身を一行ではなく改行したらエラーはかなくなりました。
104
+
105
+
106
+
107
+ これで解決ということで問題ないですか...?
108
+
109
+ なんか気持ち悪いんですが。

1

試したこと変更

2020/04/23 01:43

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -48,17 +48,23 @@
48
48
 
49
49
  対処に必要なものがあれば編集して載せます。
50
50
 
51
- npm run lint:fixを実行しても
51
+ npm run lintを実行しても
52
52
 
53
53
  ```
54
54
 
55
+ npm ERR! code ELIFECYCLE
56
+
57
+ npm ERR! errno 1
58
+
59
+ npm ERR! #### lint: `eslint --ext .js,.vue --ignore-path .gitignore .`
60
+
55
- npm ERR! missing script: lint:fix
61
+ npm ERR! Exit status 1
56
62
 
57
63
  npm ERR!
58
64
 
59
- npm ERR! Did you mean this?
65
+ npm ERR! Failed at the #### lint script.
60
66
 
61
- npm ERR! lint
67
+ npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
62
68
 
63
69
  ```
64
70