@sap-ux/project-access
Advanced tools
Comparing version 1.28.9 to 1.28.10
@@ -91,4 +91,6 @@ "use strict"; | ||
await (0, promises_1.mkdir)(moduleDirectory, { recursive: true }); | ||
await (0, promises_1.writeFile)(modulePackagePath, '{}'); | ||
await (0, command_1.execNpmCommand)(['install', `${module}@${version}`], { cwd: moduleDirectory, logger }); | ||
await (0, command_1.execNpmCommand)(['install', '--prefix', moduleDirectory, `${module}@${version}`], { | ||
cwd: moduleDirectory, | ||
logger | ||
}); | ||
} | ||
@@ -95,0 +97,0 @@ return loadModuleFromProject(moduleDirectory, module); |
{ | ||
"name": "@sap-ux/project-access", | ||
"version": "1.28.9", | ||
"version": "1.28.10", | ||
"description": "Library to access SAP Fiori tools projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5627
254423