mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #104] Error when trying npm run start #64
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#64
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 @appsdevpk on GitHub (May 4, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/104
Attached is the output of the console. And i just installed the proton-native and everything went well except when i try to start the app i got this error.
@mischnic commented on GitHub (May 6, 2018):
Somehow the dependencies weren't installed correctly. Could you please run
npm install(maybe after deleting thenode_modulesfolder).@appsdevpk commented on GitHub (May 6, 2018):
Here is the out put of npm install and then npm run start

@mischnic commented on GitHub (May 6, 2018):
Please the node_modules folder and then run "npm install".
@Iakow commented on GitHub (May 8, 2018):
Hi! I have the same trouble. Removing node_modules and running "npm install" does not help.
@mischnic commented on GitHub (May 8, 2018):
Is
windows-build-toolsinstalled? ->npm install --global --production windows-build-tools@parro-it
@Iakow commented on GitHub (May 8, 2018):
Yes.
@mischnic commented on GitHub (May 8, 2018):
Could you please post a list of all files in the "myapp\node_modules\libui-node" folder?
@parro-it commented on GitHub (May 8, 2018):
From the logs, it seems @appsdevpk is using windows 32bit. @Iakow are you running on the same platform?
If so, could you please both manually download this file https://github.com/parro-it/libui/releases/download/alpha3.5-004/libui-shared-windows-ia32-alpha3.5-004.tar.gz zip, and decompress it in "myapp\node_modules\libui-node" folder?
@parro-it commented on GitHub (May 8, 2018):
Is the file
myapp\node_modules\libui-node\nbind.nodepresent?@parro-it commented on GitHub (May 8, 2018):
Also, if you are using
windows-build-toolsto compile, please make sure you have Visual C++ Redistributable Package per Visual Studio 2013 installed.@Iakow commented on GitHub (May 8, 2018):
C++ 2013 installation helped.
Thank you!
@parro-it commented on GitHub (May 8, 2018):
We should add a note somewhere... @msink is doing a beautiful work with CI building on libui: https://github.com/andlabs/libui/pull/358, this problem will be probably solved soon by using Visual Studio 2015 to build prepublished libui binaries
@appsdevpk commented on GitHub (May 8, 2018):
Installing C++ 2013 Redistributable package resolved the issue