Giter VIP home page Giter VIP logo

Comments (5)

MrDChristop avatar MrDChristop commented on June 20, 2024

I see that the current command is only for MA. Yeah Mac rulz but i need it for windows.
Until this is fixed i propose you skip this step for windows

from adobe-cep-react-create.

MrDChristop avatar MrDChristop commented on June 20, 2024

I did create a patch for that.
I created a windows batch command which queries the registry in windows and if the CSXS entry exists meaning the product is installed the debug flag is set.

The solution to the install path is that you can install the extension per user without priviledge problems.
C:\Users<username>\AppData\Roaming\Adobe<CEPVersion>\extensions\

function resolveExtensionFolder() {
    if (isWindows) {
        //return 'C:\\Program Files (x86)\\Common Files\\Adobe\\CEP\\extensions';
        return os.userInfo().homedir+"\\AppData\\Roaming\\Adobe\\CEP\\extensions\\";
    } else {
        return path.join(os.homedir(), 'Library/Application Support/Adobe/CEP/extensions')
    }
}

from adobe-cep-react-create.

HendrixString avatar HendrixString commented on June 20, 2024

@MrDChristop
hi, I dont have Windows, so I didn't had a chance.
Please, create a patch and a pull request with your fixes
so others can benefit as well :)

from adobe-cep-react-create.

Merkur39 avatar Merkur39 commented on June 20, 2024

Hi, I have the same problem on Windows too
Capture

I have fixed the following issues:

Error: EPERM: operation not permitted, symlink ...

Because some directories doesn't exist

Error: Command failed: defaults write com.adobe.CSXS.15 PlayerDebugMode 1

This command does not exist on Windows

I will create a PR soon :)

from adobe-cep-react-create.

HendrixString avatar HendrixString commented on June 20, 2024

@Merkur39 thank you very much !!!

from adobe-cep-react-create.

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.