Actually, I had another problem:

For nimx tests, you need nake.

But I could not install it: 
    
    
    C:\Windows\system32>nimble install nake
    Downloading https://github.com/fowlmouth/nake using git
       Warning: File inside package 'nake' is outside of permitted namespace, 
should
     be named 'nake.nim' but was named 'nakelib.nim' instead. This will be an 
error
    in the future.
          Hint: Rename this file to 'nake.nim', move it into a 'nake\' 
subdirectory,
     or prevent its installation by adding `skipFiles = @["nakelib.nim"]` to 
the .ni
    mble file. See https://github.com/nim-lang/nimble#libraries for more info.
      Verifying dependencies for [email protected]
       Warning: No nimblemeta.json file found in 
C:\Users\oguz\.nimble\pkgs\closure_
    compiler-0.2
       Warning: No nimblemeta.json file found in 
C:\Users\oguz\.nimble\pkgs\jsbind-0
    .1
     Installing [email protected]
       Building nake/nake.exe using c backend
       Warning: Binary 'nake.exe' was already installed from source directory. 
Will
    be overwritten.
    Traceback (most recent call last)
    nimble.nim(1073)         nimble
    nimble.nim(999)          doAction
    nimble.nim(608)          install
    nimble.nim(466)          installFromDir
    tools.nim(87)            copyFileD
    os.nim(1290)             copyFileWithPermissions
    os.nim(592)              copyFile
    os.nim(153)              raiseOSError
    Error: unhandled exception: The system cannot find the file specified.
     [OSError]
    

Reply via email to