Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit f867486

Browse files
added issue template for reporting build errors
1 parent a3b6601 commit f867486

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!--
2+
3+
IMPORTANT! Please read the issue template carefully before creating a new issue.
4+
5+
-->
6+
7+
<!--
8+
9+
If you are issue is not related to installing opencv4nodejs, go ahead deleting the following sections and describe your issue.
10+
11+
-->
12+
13+
# Error Message
14+
15+
<!--
16+
17+
If you are facing issues installing opencv4nodejs, please scroll through the terminal output of the build script and find the error message, causing the build to fail. Copy and paste the error message from your terminal into this section.
18+
19+
IMPORTANT! The following error summary messages do not help, please do not upload them here!
20+
21+
error code ELIFECYCLE
22+
error errno 1
23+
error <pkg> install: `node ./install.js`
24+
error Exit status 1
25+
error Failed at the <pkg> install script.
26+
error This is probably not a problem with npm. There is likely additional logging output above.
27+
verbose exit [ 1, true ]
28+
29+
npm ERR! code ELIFECYCLE
30+
npm ERR! errno 1
31+
npm ERR! <pkg> install: node-gyp rebuild
32+
npm ERR! Exit status 1
33+
npm ERR!
34+
npm ERR! Failed at the <pkg> install script.
35+
npm ERR! This is probably not a problem with npm. There is likely additional log
36+
37+
-->
38+
39+
# Auto Build - Full Error Log
40+
41+
<!--
42+
43+
If you are using the auto build feature (you did not explicitly set the OPENCV4NODEJS_DISABLE_AUTOBUILD flag) please copy and paste the full output of the build script from your terminal into a .txt file and upload the file here.
44+
45+
If you do not use the auto build feature, delete this section.
46+
47+
IMPORTANT! Do NOT upload any npm-debug.log files here, as they do not capture the required build error information. Build errors are thrown by the gyp process and not by npm.
48+
49+
-->
50+
51+
# Manual Build - Environment Information
52+
53+
<!--
54+
55+
If you not are using the auto build feature (you did explicitly set the OPENCV4NODEJS_DISABLE_AUTOBUILD flag) please fill in the following information.
56+
57+
If you are using the auto build feature, delete this section.
58+
59+
-->
60+
61+
*OpenCV version* (example 3.4.1): ?.?.?
62+
63+
*With OpenCV-contrib?* (extra modules): yes/no?
64+
65+
*OS*: Windows 7 / 8 / 10? / MacOSX? / Ubuntu? ...

0 commit comments

Comments
 (0)