longclaw_demo icon indicating copy to clipboard operation
longclaw_demo copied to clipboard

Error compiling assets: [WinError 2] The system cannot find the file specified

Open ddlaws0n opened this issue 7 years ago • 2 comments

Hello,

I am trying to get the demo site up and running on Win10, python version v3.5.2.

I have created a venv and cloned the project, installing the dependencies through requirements.txt.

Unfortunately when I try to run longclaw build i get the following:

(longclaw) C:\Users\my_user\Desktop\longclaw\longclaw_demo>longclaw build
Compiling assets....
Error compiling assets:  [WinError 2] The system cannot find the file specified

My Node.js version is v6.10.0 and my npm version is v3.10.10. Any ideas what could be going wrong?

All the best, DDiran

ddlaws0n avatar Jul 26 '17 08:07 ddlaws0n

Thanks. I will look into this. In the meantime, try just doing a pip install longclaw to see if that will work.

By default, the longclaw demo installs longclaw directly from the github master branch, hence the need for longclaw build. Installing the longclaw release shouldnt have this problem, although some features of the longclaw demo might be a bit ahead of the current release.

JamesRamm avatar Jul 26 '17 09:07 JamesRamm

Still problem is not resolved

nikolas-dev avatar Jul 24 '18 16:07 nikolas-dev