itsumura-h / nim-basolato

An asynchronous fullstack web framework for Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find the path specified

bhaswanth53 opened this issue · comments

I am trying to create a new project named "demo" using ducere new demo command. But it is creating folder and showing some error like below.

The system cannot find the path specified.
Additional info: "("F:\\Technologies\\NIM\\Projects/demo/tmp/0.8/app", "F:\\Technologies\\NIM\\Projects/demo/app")"

image

I am new to NIM, and I can't able to understand why this error occurs and how to fix it. Any help regarding this issue will be appreciated.

@bhaswanth53
I'm sorry for my response is too late.
It seem that the cause is running in Windows. The path system of Windows and Linux is different.
Please consider to use Docker if it is possible.