Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error at building hyperterm at windows 10 and no command line at run #679

Closed
lmariscal opened this issue Aug 31, 2016 · 2 comments
Closed
Labels
🤯 Type: Compatibility Issue contains information about a compatibility issue in Hyper

Comments

@lmariscal
Copy link

I updated NPM and NodeJs to their last version I cloned the project and use 'npm i' to install the dependencies. I wonder how can I build this version of HyperTerm in windows 10. I use 'npm run start' but when used theres no line where I can place a command. Also when used 'npm run pack' in windows 10 this error appears npm-log.txt.
Thanks.

@matheuss matheuss added the 🤯 Type: Compatibility Issue contains information about a compatibility issue in Hyper label Sep 1, 2016
@saitonakamura
Copy link

In my case the cause of this was that electron-builder wants icon at least 256x256

Packaging for platform win32 x64 using electron 1.4.0 to dist\win-unpacked

Error: Windows icon size must be at least 256x256, please fix "C:\code\smth\hyper\build\icon.ico
"
    at C:\code\smth\hyper\node_modules\electron-builder\src\winPackager.ts:216:9
    at next (native)
    at C:\code\smth\hyper\node_modules\graceful-fs\graceful-fs.js:43:10
    at FSReqWrap.oncomplete (fs.js:123:15)
From previous event:
    at tsAwaiter (C:\code\smth\hyper\node_modules\electron-builder\src\util\awaiter.ts:10:47)

    at Object.build (C:\code\smth\hyper\node_modules\electron-builder\out\builder.js:138:12)
    at Object.<anonymous> (C:\code\smth\hyper\node_modules\electron-builder\out\build-cli.js:23:
11)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.runMain (module.js:590:10)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3

I upscaled build/icon.ico and npm run dist and npm run pack started working

@matheuss
Copy link
Member

Hey guys please check #946 – I'm closing this since both issues were solved 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤯 Type: Compatibility Issue contains information about a compatibility issue in Hyper
Projects
None yet
Development

No branches or pull requests

3 participants