-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile in windows. #70
Comments
Try adding the line below to your package.json scripts section and running it with "npm run updatesemanticwin" "updatesemanticwin": "xcopy .\App\styles\theme.config .\node_modules\semantic-ui-less\theme.config /Y /R && rmdir .\node_modules\semantic-ui-less\site /S /Q && mkdir .\node_modules\semantic-ui-less\site && xcopy .\App\styles\site\. .\node_modules\semantic-ui-less\site /S /Y" |
It gives error. 40 error code EJSONPARSE @sanex3339 can you give a hand of help? Thx anticipated. |
No proper working steps Even I am spending more than 7 hours on this: All are failing with tons of errors |
The UI at obfuscator.io IS for non-experts. Use that. |
If you do believe that there are virus there you shouldn't trust the code on this repo. It's even worse to download and run code on your machine. Either you trust this repo or don't. |
How can you close this when it is not completed ? |
I belive the code 100% from github |
These errors from Windows 10 Powershell:
"scripts": {
|
These errors from Windows 10 WSL Ubuntu 20.04
|
I tried to compile in windows but it won't because it gives error when it try to use the command 'cp'.
So it will run only in Linux / MacOS machines?
The text was updated successfully, but these errors were encountered: