From 291803c31f829fe0d32bb3207bc11def95a7408c Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 20:05:50 +0100 Subject: Urađena test aplikacija. Povezan front i back. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../node-gyp/.github/ISSUE_TEMPLATE.md | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 sandbox/testAppNevena/Front/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md (limited to 'sandbox/testAppNevena/Front/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md') diff --git a/sandbox/testAppNevena/Front/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md b/sandbox/testAppNevena/Front/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..c6b213d7 --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + +Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again. + +Requests for help with [`node-sass` are very common](https://github.com/nodejs/node-gyp/issues?q=label%3A%22Node+Sass+--%3E+Dart+Sass%22). Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here. + +* **Node Version**: +* **Platform**: +* **Compiler**: +* **Module**: + +
Verbose output (from npm or node-gyp): + +``` +Paste your log here, between the backticks. It can be: + - npm --verbose output, + - or contents of npm-debug.log, + - or output of node-gyp rebuild --verbose. +Include the command you were trying to run. + +This should look like this: + +>npm --verbose +npm info it worked if it ends with ok +npm verb cli [ +npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node.exe', +npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node_modules\\npm\\bin\\npm-cli.js', +npm verb cli '--verbose' +npm verb cli ] +npm info using npm@6.13.7 +npm info using node@v13.9.0 + +Usage: npm +(...) +``` + +
+ + -- cgit v1.2.3