質問編集履歴

2

追記

2017/11/05 02:45

投稿

dog57
dog57

スコア131

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,106 @@
15
15
  エラー内容
16
16
 
17
17
  ```
18
+
19
+ Counting objects: 45, done.
20
+
21
+ Compressing objects: 100% (25/25), done.
22
+
23
+ Writing objects: 100% (45/45), 9.06 KiB | 0 bytes/s, done.
24
+
25
+ Total 45 (delta 20), reused 36 (delta 18)
26
+
27
+ remote: Compressing source files... done.
28
+
29
+ remote: Building source:
30
+
31
+ remote:
32
+
33
+ remote: -----> Node.js app detected
34
+
35
+ remote:
36
+
37
+ remote: -----> Creating runtime environment
38
+
39
+ remote:
40
+
41
+ remote: NPM_CONFIG_LOGLEVEL=error
42
+
43
+ remote: NPM_CONFIG_PRODUCTION=true
44
+
45
+ remote: NODE_VERBOSE=false
46
+
47
+ remote: NODE_ENV=production
48
+
49
+ remote: NODE_MODULES_CACHE=true
50
+
51
+ remote:
52
+
53
+ remote: -----> Installing binaries
54
+
55
+ remote: engines.node (package.json): 4.2.3
56
+
57
+ remote: engines.npm (package.json): unspecified (use default)
58
+
59
+ remote:
60
+
61
+ remote: Resolving node version 4.2.3...
62
+
63
+ remote: Downloading and installing node 4.2.3...
64
+
65
+ remote: Detected package-lock.json: defaulting npm to version 5.x.x
66
+
67
+ remote: Bootstrapping npm 5.x.x (replacing 2.14.7)...
68
+
69
+ remote: ERROR: npm is known not to run on Node.js v4.2.3
70
+
71
+ remote: Node.js 4 is supported but the specific version you're running has
72
+
73
+ remote: a bug known to break npm. Please update to at least 4.7.0 to use this
74
+
75
+ remote: version of npm. You can find the latest release of Node.js at https://nodejs.org/
76
+
77
+ remote: npm installed
78
+
79
+ remote: ERROR: npm is known not to run on Node.js v4.2.3
80
+
81
+ remote: Node.js 4 is supported but the specific version you're running has
82
+
83
+ remote: a bug known to break npm. Please update to at least 4.7.0 to use this
84
+
85
+ remote: version of npm. You can find the latest release of Node.js at https://nodejs.org/
86
+
87
+ remote: ERROR: npm is known not to run on Node.js v4.2.3
88
+
89
+ remote: Node.js 4 is supported but the specific version you're running has
90
+
91
+ remote: a bug known to break npm. Please update to at least 4.7.0 to use this
92
+
93
+ remote: version of npm. You can find the latest release of Node.js at https://nodejs.org/
94
+
95
+ remote: /app/tmp/buildpacks/19862b8792e84bd8421ded4660b92dfd1c41d92e19ac0b38c90301adc8ae3e0bd512fa01998af18fc2f0d31a157e9c82e8fdceba1a05e5d29adb8dc2bfaf08e1/lib/failure.sh: line 296: [: : integer expression expected
96
+
97
+ remote:
98
+
99
+ remote: -----> Restoring cache
100
+
101
+ remote: Skipping cache restore (not-found)
102
+
103
+ remote:
104
+
105
+ remote: -----> Building dependencies
106
+
107
+ remote: Installing node modules (package.json + package-lock)
108
+
109
+ remote: ERROR: npm is known not to run on Node.js v4.2.3
110
+
111
+ remote: Node.js 4 is supported but the specific version you're running has
112
+
113
+ remote: a bug known to break npm. Please update to at least 4.7.0 to use this
114
+
115
+ remote: version of npm. You can find the latest release of Node.js at https://nodejs.org/
116
+
117
+ remote:
18
118
 
19
119
  remote: -----> Build failed
20
120
 

1

追記

2017/11/05 02:45

投稿

dog57
dog57

スコア131

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,47 @@
16
16
 
17
17
  ```
18
18
 
19
+ remote: -----> Build failed
20
+
21
+ remote:
22
+
23
+ remote: We're sorry this build is failing! You can troubleshoot common issues here:
24
+
25
+ remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys
26
+
27
+ remote:
28
+
29
+ remote: If you're stuck, please submit a ticket so we can help:
30
+
31
+ remote: https://help.heroku.com/
32
+
33
+ remote:
34
+
35
+ remote: Love,
36
+
37
+ remote: Heroku
38
+
39
+ remote:
40
+
41
+ remote: ! Push rejected, failed to compile Node.js app.
42
+
43
+ remote:
44
+
45
+ remote: ! Push failed
46
+
47
+ remote: Verifying deploy...
48
+
49
+ remote:
50
+
51
+ remote: ! Push rejected to immense-refuge-84970.
52
+
53
+ remote:
54
+
19
- To https://git.heroku.com/young-shore-26127.git
55
+ To https://git.heroku.com/immense-refuge-84970.git
20
56
 
21
57
  ! [remote rejected] master -> master (pre-receive hook declined)
22
58
 
23
- error: failed to push some refs to 'https://git.heroku.com/young-shore-26127.git'
59
+ error: failed to push some refs to 'https://git.heroku.com/immense-refuge-84970.git'
24
60
 
25
61
  ```
26
62