Open i066088 opened 3 years ago
no one check this issue?
@i066088
try doing
npm install -g mta
My personal solution (on windows 10):
npm install -g mta
.npm list -g
find the path of your global node modules.where mta
that the copied mta.exe file is the first executable that the system meets.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." :-(
A bug:
Steps to Reproduce on Windows