Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Installation in Windows 7. #155

Open
princenasario opened this issue Mar 21, 2018 · 1 comment
Open

Installation in Windows 7. #155

princenasario opened this issue Mar 21, 2018 · 1 comment

Comments

@princenasario
Copy link

My Server installation is perfect. The problem starts in the Client installation. I use the command npm install -g less jade http-server, which runs successfully. When I run make (I installed make from mingw, so i use mingw32-make.exe), it gives an error of :

E:\Test\hack.chat-master\client>mingw32-make.exe
mkdir -p schemes
lessc --global-var='name=chalk' scheme.less > schemes/chalk.css
ParseError: Unrecognised input in E:\Test\hack.chat-master\client\scheme.less on
line 1, column 1:
1 @'name: chalk';
2

Makefile:8: recipe for target 'schemes/chalk.css' failed
mingw32-make.exe: *** [schemes/chalk.css] Error 1

What am I doing wrong? Everything installs perfectly, but the error appears.

capture

@marzavec
Copy link
Contributor

@princenasario The make command is meant for jade/pug, not for use with mingw. To simplify things, I've attached a precompiled version of the client to this post. Extract it's contents into the client folder and you will be good to go, you can continue with the http-server or deploy the client to your web server (etc).
HackChat-Client.zip

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants