khchen / InstantMenu

Portable launcher tool for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nimble bin error?

lost22git opened this issue Β· comments

❯ nimble list -i | rg -i gura
gura  [(version: 0.1.0, checksum: 1e068c4008b9cb67e553c2e44922c4d0c353c362)]

#psh InstantMenu on ξ‚  main is πŸ“¦ v0.3.0 via πŸ‘‘ v2.0.6
❯ nimble list -i | rg -i npeg
npeg  [(version: 1.2.1, checksum: c5451eea5d1f656700f04ad4b234d99ab0b78ed7), (version: 1.2.1, checksum: faacd909221b7474b5e143aeb4e8a02da1dac9b3)]

C:\Users\zzz\.nimble\pkgs2\npeg-1.2.1-c5451eea5d1f656700f04ad4b234d99ab0b78ed7\npeg\patt.nim(90, 18) Error: type mismatch
Expression: push GuraToken(kind: gtValue, node: obj)
  [1] GuraToken(kind: gtValue, node: obj): GuraToken

Expected one of (first mismatch at [position]):
[1] template push(s_NP: string)

stack trace: (most recent call last)
C:\Users\zzz\AppData\Local\Temp\nimblecache-0\nimscriptapi_3272530794.nim(211, 16)
E:\scoop\global\apps\nim\current\lib\system\nimscript.nim(265, 7) exec
E:\scoop\global\apps\nim\current\lib\system\nimscript.nim(265, 7) Error: unhandled exception: FAILED: nim c --mm:refc -d:script -d:release -d:strip --app:gui --opt:size -o:bin/InstantMenu InstantMenu.nim [OSError]
       Tip: 853 messages have been suppressed, use --verbose to show them.
nimscriptwrapper.nim(161) execScript

    Error:  Exception raised during nimble script execution
commented

Try running nimble install npeg@1.2.2 to fix this problem.
The issue is that the nimble file for gura is incorrect. I will fix it later.