longclawshop / longclaw_demo

Demo shop for Longclaw
MIT License
16 stars 17 forks source link

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

Open ddlaws0n opened 7 years ago

ddlaws0n commented 7 years ago

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

JamesRamm commented 7 years ago

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.

nikolas-dev commented 6 years ago

Still problem is not resolved