Coder Social home page Coder Social logo

Comments (10)

ac2-warp avatar ac2-warp commented on August 12, 2024

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"

from javascript-obfuscator-ui.

AlexanderQueen avatar AlexanderQueen commented on August 12, 2024

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
41 error path C:\Users\AlexanderWayne\Desktop\javascript-obfuscator-ui-master/package.json
42 error JSON.parse Unexpected string in JSON at position 647 while parsing '{
42 error JSON.parse "name": "javascript-obfuscator-web",'
43 error JSON.parse Failed to parse JSON data.
43 error JSON.parse Note: package.json must be actual JSON, not just JavaScript.
44 verbose exit 1

@sanex3339 can you give a hand of help? Thx anticipated.
@sanex3339 P.S Dependencies are old. Project must be updated.

from javascript-obfuscator-ui.

gaamaaresosa avatar gaamaaresosa commented on August 12, 2024

No proper working steps
They think all are experts like them.

Even I am spending more than 7 hours on this:
VMWARE Linux Ubundu 20.04 server
Windows 10 WSL Linux Ubundu 20.04 server
Windows 10 Node.js

All are failing with tons of errors

from javascript-obfuscator-ui.

slig avatar slig commented on August 12, 2024

The UI at obfuscator.io IS for non-experts. Use that.

from javascript-obfuscator-ui.

gaamaaresosa avatar gaamaaresosa commented on August 12, 2024

The UI at obfuscator.io IS for non-experts. Use that.

image

Look at this

from javascript-obfuscator-ui.

slig avatar slig commented on August 12, 2024

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.

from javascript-obfuscator-ui.

gaamaaresosa avatar gaamaaresosa commented on August 12, 2024

The UI at obfuscator.io IS for non-experts. Use that.

How can you close this when it is not completed ?
Unfare...

from javascript-obfuscator-ui.

gaamaaresosa avatar gaamaaresosa commented on August 12, 2024

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.

I belive the code 100% from github
But we can't trust website and browsers being injejected a lot now a days.

from javascript-obfuscator-ui.

gaamaaresosa avatar gaamaaresosa commented on August 12, 2024

These errors from Windows 10 Powershell:

"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"

image

"scripts": {
"start": "node server.js",
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --progress",
"postinstall": "npm run updatesemantic && npm run webpack:prod",
"updatesemantic": "cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/",
"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"
},

PS C:\javascript-obfuscator-ui-master> npm run updatesemanticwin npm ERR! code EJSONPARSE npm ERR! path C:\javascript-obfuscator-ui-master/package.json npm ERR! JSON.parse Unexpected token "A" (0x41) in JSON at position 681 while parsing near "...anticwin\": \"xcopy .\\App\\styles\\theme.con..." npm ERR! JSON.parse Failed to parse JSON data. npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.

npm ERR! A complete log of this run can be found in: C:\Users\BRAYSUNG\AppData\Local\npm-cache\_logs\2023-04-15T19_58_43_390Z-debug-0.log PS C:\javascript-obfuscator-ui-master>

from javascript-obfuscator-ui.

gaamaaresosa avatar gaamaaresosa commented on August 12, 2024

These errors from Windows 10 WSL Ubuntu 20.04

sudo git clone https://github.com/javascript-obfuscator/javascript-obfuscator-ui.git
cd javascript-obfuscator-ui
sudo npm run updatesemantic
sudo npm run updatesemantic

> [email protected] updatesemantic /home/abc/javascript-obfuscator-ui
> cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ``./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/

cp: cannot create regular file './node_modules/semantic-ui-less/theme.config': No such file or directory cp: cannot create directory './node_modules/semantic-ui-less/': No such file or directory npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] updatesemantic: cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/ npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] updatesemantic script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2023-04-15T20_07_23_388Z-debug.log

from javascript-obfuscator-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.