GithubHelp home page GithubHelp logo

Comments (5)

sammok83 avatar sammok83 commented on June 16, 2024

I'm getting the same error too

from vscode-mta-tools.

memgavdilabs avatar memgavdilabs commented on June 16, 2024

Has anyone been successful in using this ?

from vscode-mta-tools.

rakesh290394 avatar rakesh290394 commented on June 16, 2024

first i have installed

from vscode-mta-tools.

ignipae avatar ignipae commented on June 16, 2024

This is a huge issue for windows users. Is there any known workaround?

from vscode-mta-tools.

aelox avatar aelox commented on June 16, 2024

My personal solution (on windows 10):

  1. Install the Cloud-MTA-Tool by npm install -g mta.
  2. By npm list -g find the path of your global node modules.
  3. As a privileged user, copy the exe file C:\path\to\globel\modules\node_modules\mta\unpacked_bin\mta.exe to the %windir% folder (mostly to C:\Windows) or to a folder where the PATH environment variable points to.
  4. Check with where mta that the copied mta.exe file is the first executable that the system meets.
  5. Now install the vscode-mta-tools tools in visual studio code ... best within a bash shell as retrieved from https://git-scm.com/ by issuing git clone https://github.com/SAP/vscode-mta-tools and cd vscode-mta-tools, replacing the lines in package.json containing "vsce": "1.96.1" and "vscode-test": "1.5.2" by "@vscode/vsce": "^2" resp. "@vscode/test-electron": "^2", running npm audit fix --force, npm update --package-lock-only and then npm run ci. All tests should now pass (possibly you have to put %ProgramFiles%\Git\bin into the PATH environment variable after %ProgramFiles%\Git\cmd.

But what is it for? At the end, the above mention error message does no longer popup, but the extension claims: "Could not find any generators." :-(

from vscode-mta-tools.

Related Issues (5)

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.