-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
Description
Steps To Reproduce
Here is what I did:
- clone the repository
npm installnpm run postinstallnpm run buildOSXARM64
#4 lead to the error.
Expected behavior
Was expecting the command to be successful and the executable be built.
Actual behavior
I've been trying to build and export the binary and noticed that the npm run buildOSXARM64 fails.
Full logs:
> icestudio@0.13.4w buildOSXARM64
> grunt dist --platform=darwin --cpu=arm64
Executing Gruntfile.js...
Running "jshint:all" (jshint) task
>> 39 files lint free.
Running "clean:dist" (clean) task
>> 1 path cleaned.
Running "nggettext_compile:all" (nggettext_compile) task
Running "copy:dist" (copy) task
Created 821 directories, copied 11281 files
Running "json-minify:json" (json-minify) task
Total compressed: 255 files
>> 703.086 KiB - 14.1% = 603.696 KiB
Running "json-minify:ice" (json-minify) task
Total compressed: 0 files
>> 0 KiB - 0% = 0 KiB
Running "nwjs:src" (nwjs) task
[ INFO ] Parse final options using node manifest
[ INFO ] Get version specific release info...
[ INFO ] Validate options.* ...
Error: Either the specific version info does not exist or the version manifest itself does not exist. In case of the latter, please check your internet connection and try again later.
at Object.validate (file:///Users/piyush/workspace/icestudio/node_modules/nw-builder/src/util.js:334:11)
at nwbuild (file:///Users/piyush/workspace/icestudio/node_modules/nw-builder/src/index.js:89:16)
at async Object.<anonymous> (/Users/piyush/workspace/icestudio/node_modules/grunt-nw-builder/tasks/nw.js:20:7)
Fatal error: Either the specific version info does not exist or the version manifest itself does not exist. In case of the latter, please check your internet connection and try again later.�It wasn't clear to me if I missed a step.
I am trying to debug and resolve it but thought of posting it here in the meantime. Do drop me a hint if this is known issue or something special needs to be done...
Screenshots or video
No response
Desktop (please complete the following information)
No response
Web console trace
Additional context
No response
Reactions are currently unavailable