qode icon indicating copy to clipboard operation
qode copied to clipboard

DEPRECATED: Please see https://github.com/nodegui/qodejs instead

Results 11 qode issues
Sort by recently updated
recently updated
newest added

## Version information: ``` node: 16.0.0 qode: 14.17.0 yarn: 1.22.4 npm: 7.10.0 ``` reproduction steps: - set your package.json to have `"type": "module"` ## `test.js` ```javascript import { QMainWindow }...

```log [2916/2916] LINK_EMBED qode.exe FAILED: qode.exe qode.exe.pdb D:\softwares\python2.7.18\python.exe gyp-win-tool link-with-manifests environment.x64 True qode.exe "D:\softwares\python2.7.18\python.exe gyp-win-tool link-wrapper environment.x64 False link.exe /nologo /OUT:qode.exe @qode.exe.rsp" 1 mt.exe rc.exe "qode.qode.exe.intermediate.manifest" qode.qode.exe.generated.manifest ..\..\..\src\qode.exe.manifest 正在创建库 qode.lib...

Would it be possible to add support for either building for `ia32` or `arm64` for Windows 10? The new `arm64` windows machines like Microsoft Surface Pro X can't run `x64`...

enhancement

Hi, first of all thanks for this great work! I'm looking at Nodegui for a desktop app I need to build for Win32 machines. I know Qode currently supports Win64...

## Issue for qode - the `npm install @nodegui/qode` command fails ## Environment Details: ``` ericmoore@cem mdview-nodegui % sw_vers ProductName: macOS ProductVersion: 11.2.2 BuildVersion: 20D80 ericmoore@cem mdview-nodegui % uname -a...

Hi, I built nodegui-starter on Linux and Windows without problem. I then tried on a [reMarkable 1](https://support.remarkable.com/hc/en-us/articles/360002634397-About-reMarkable-1), a Linux device with a 1 GHz ARM A9 CPU with [entware and...

qode not support utf-8 path? ```bash $ ./qode.exe internal/modules/cjs/loader.js:1023 throw err; ^ Error: Cannot find module 'H:\cloud-music-nodegui\deploy\win32\build\������\dist' Require stack: - internal/preload at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1020:15) at Function.Module._load (internal/modules/cjs/loader.js:890:27) at Module.require (internal/modules/cjs/loader.js:1080:19)...

if rename to other name, it will get some error as follow: ```bash $ ./a.exe internal/modules/cjs/loader.js:1226 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: The specified module could not be found. \\?\H:\cloud-music-nodegui\deploy\win32\build\music\dist\nodegui_core-7c7efccfbf9f07e96c6307682942859c.node at...

I cloned the repo and made sure the git submodules have been synced. However, I get these error messages when running `node build.js`: ```Env variable: TARGET_ARCH not specified, using default:...