nodegui-starter icon indicating copy to clipboard operation
nodegui-starter copied to clipboard

Problem with installing libraries

Open JustD1d1t opened this issue 2 years ago • 0 comments

I have problem when i try to install packages from starter repository. I tried set QT LINK but it doesn't work

set QT_LINK_MIRROR=https://qt-mirror.dannhauer.de

npm install

I have also installed cmake and it doesn't work.

Can anyone help me? Below i paste error from my terminal

npm WARN deprecated [email protected]: Deprecated due to CVE-2021-21366 resolved in 0.5.0
npm ERR! code 1
npm ERR! path F:\...\nodegui-starter\node_modules\@nodegui\nodegui
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c cross-env npm run setupqt && (node ./scripts/skip.js || npm run build:addon)
npm ERR! > @nodegui/[email protected] setupqt
npm ERR! > cross-env node ./scripts/setupMiniQt.js
npm ERR! 
npm ERR! Minimal Qt 5.14.1 setup:
npm ERR! Extracting C:\...\AppData\Local\nodegui-mini-qt-nodejs\Cache\5.14.1-0-202001240957qtsvg-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z to F:\webscrapper-GUI\nodegui-starter\node_modules\@nodegui\nodegui\miniqt ...
npm ERR! Extracting C:\...\AppData\Local\nodegui-mini-qt-nodejs\Cache\5.14.1-0-202001240957qttools-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z to F:\webscrapper-GUI\nodegui-starter\node_modules\@nodegui\nodegui\miniqt ...
npm ERR! Extracting C:\...\AppData\Local\nodegui-mini-qt-nodejs\Cache\5.14.1-0-202001240957qtbase-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z to F:\webscrapper-GUI\nodegui-starter\node_modules\@nodegui\nodegui\miniqt ...
npm ERR! Qt SVG for Minimal Qt: 5.14.1 installation was setup successfully.  outDir: F:\webscrapper-GUI\nodegui-starter\node_modules\@nodegui\nodegui\miniqt
npm ERR! Qt Tools for Minimal Qt: 5.14.1 installation was setup successfully.  outDir: F:\webscrapper-GUI\nodegui-starter\node_modules\@nodegui\nodegui\miniqt
npm ERR! Qt Base for Minimal Qt: 5.14.1 installation was setup successfully.  outDir: F:\webscrapper-GUI\nodegui-starter\node_modules\@nodegui\nodegui\miniqt
npm ERR! 
npm ERR! > @nodegui/[email protected] build:addon
npm ERR! > cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile
npm ERR!
npm ERR! [
npm ERR!   'G:\\nodejs\\node.exe',
npm ERR!   'F:\\...\\nodegui-starter\\node_modules\\cmake-js\\bin\\cmake-js',
npm ERR!   'compile'
npm ERR! ]
npm ERR! Archive already exists at C:\...\AppData\Local\nodegui-mini-qt-nodejs\Cache\5.14.1-0-202001240957qtsvg-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z. Skipping download....
npm ERR! Archive already exists at C:\...\AppData\Local\nodegui-mini-qt-nodejs\Cache\5.14.1-0-202001240957qttools-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z. Skipping download....
npm ERR! Archive already exists at C:\...\AppData\Local\nodegui-mini-qt-nodejs\Cache\5.14.1-0-202001240957qtbase-Windows-Windows_10-MSVC2017-Windows-Windows_10-X86_64.7z. Skipping download....
npm ERR! ERR! OMG CMake is not installed. Install CMake.
npm ERR! ERR! OMG CMake is not installed. Install CMake.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\...\AppData\Local\npm-cache\_logs\2022-06-01T06_50_09_505Z-debug.log

JustD1d1t avatar Jun 01 '22 06:06 JustD1d1t