longclaw_demo
longclaw_demo copied to clipboard
Error compiling assets: [WinError 2] The system cannot find the file specified
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
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.
Still problem is not resolved