mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #150] Problem Windows 8.1 #91
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Angelk90 on GitHub (May 30, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/150
@kingvagabond , @parro-it , @mischnic , @kusti8 , @albe-rosado :
Hi, I've been trying for days to run it on window 8.1, but I can not.
Can someone help me?
Has anyone ever tried to run it on windows?
I would like to understand if only one of my problems or not.
Package.json
Project creation:Run of the project:@mischnic commented on GitHub (May 30, 2018):
Again, I think it has something to do without your Visual Studio installation. It says it can't find
CL.exe, the compiler. I have no problem on Windows 10 withwindows-build-tools.@Angelk90 commented on GitHub (May 30, 2018):
@mischnic : Could you please kindly tell me all the steps I have to do to avoid problems with other programs using visual studio?
@kusti8 commented on GitHub (May 30, 2018):
It works fine on Windows, but it seems something with your toolchain is messed up, which is more of a general issue. See stuff like this. https://stackoverflow.com/questions/8800361/cl-is-not-recognized-as-an-internal-or-external-command
@Angelk90 commented on GitHub (May 30, 2018):
@mischnic , @kusti8 : I am not able to figure out how to solve the problem.
But it is normal that when the project is created in the node_modules folder, there is no proton-native folder?
@mischnic commented on GitHub (May 30, 2018):
If I knew what's wrong I could tell you.
I don't quite understand what you mean.

Running
npx create-proton-app testshould create a folder calledtestwhich contains these files:@Angelk90 commented on GitHub (May 30, 2018):
@mischnic : One npm instead of npx.
The only file not generated is the package-lock.json, all the others are generated.
In the node_modules folder, there is a folder called native-proton, because I do not have it.
@albe-rosado commented on GitHub (May 31, 2018):
@Angelk90 What version of VS you have installed?
@Angelk90 commented on GitHub (May 31, 2018):
@albe-rosado :

@mischnic commented on GitHub (May 31, 2018):
@Angelk90 Found this on StackOverflow:
@joshi-ankur commented on GitHub (Jun 23, 2018):
@kingvagabond , @parro-it , @mischnic , @kusti8 , @albe-rosado
Hi , i am also facing this issue when running the command
create-proton-app desktop-app.I tried running this command even from administrator.
Prior to running this command i ran
npm install --global --production windows-build-toolsand it successfully installed ( ran this command as administrator ).Then i ran a command
npm install -g create-proton-app, this also completed successfully (not as administrator ).When i ran this
create-proton-app desktop-app, i got the same error as mentioned by @Angelk90 .0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'build' ]
2 info using npm@5.6.0
3 info using node@v8.11.2
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle libui-node@0.2.1
prebuild: libui-node@0.2.1build: libui-node@0.2.16 info lifecycle libui-node@0.2.1
7 verbose lifecycle libui-node@0.2.1
build: unsafe-perm in lifecycle truebuild: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\structural_design\desktop-app\node_modules\libui-node\node_modules.bin;C:\structural_design\desktop-app\node_modules.bin;C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\structural_design\desktop-app\node_modules\libui-node\node_modules.bin;C:\structural_design\desktop-app\node_modules.bin;C:\Program Files\Java\jdk1.8.0_171\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Google\Google Apps Sync;C:\Program Files\Google\Google Apps Migration;C:\Program Files\Git\cmd;C:\Program Files\apache-maven-3.5.3\bin;C:\Program Files\nodejs;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\CineForm\Tools;C:\Program Files (x86)\GoPro\Tools;C:\Ruby25-x64\bin;C:\Users\ajoshi\AppData\Local\Microsoft\WindowsApps;C:\Users\ajoshi\AppData\Local\GitHubDesktop\bin;C:\Users\ajoshi\AppData\Roaming\npm;C:\Program Files\Microsoft VS Code\bin8 verbose lifecycle libui-node@0.2.1
9 verbose lifecycle libui-node@0.2.1
build: CWD: C:\structural_design\desktop-app\node_modules\libui-nodebuild: Args: [ '/d /s /c', 'node-gyp configure build' ]10 silly lifecycle libui-node@0.2.1
11 silly lifecycle libui-node@0.2.1
build: Returned: code: 1 signal: nullbuild: Failed to exec build script12 info lifecycle libui-node@0.2.1
13 verbose stack Error: libui-node@0.2.1 build:
node-gyp configure build13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:285:16)
13 verbose stack at emitTwo (events.js:126:13)
13 verbose stack at EventEmitter.emit (events.js:214:7)
13 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack at emitTwo (events.js:126:13)
13 verbose stack at ChildProcess.emit (events.js:214:7)
13 verbose stack at maybeClose (internal/child_process.js:925:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
14 verbose pkgid libui-node@0.2.1
15 verbose cwd C:\structural_design\desktop-app\node_modules\libui-node
16 verbose Windows_NT 10.0.14393
17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "build"
18 verbose node v8.11.2
19 verbose npm v5.6.0
20 error code ELIFECYCLE
21 error errno 1
22 error libui-node@0.2.1 build:
node-gyp configure build22 error Exit status 1
23 error Failed at the libui-node@0.2.1 build script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Attached above is the log file.
@joshi-ankur commented on GitHub (Jun 23, 2018):
@parro-it
My issue is now resolved. Thanks to you comment in issue 95.
Also i am working on Windows 10 Pro.
Thanks again.