on ‎2023 May 26 8:58 AM
Hello all,
We are getting error during project build in Web IDE. We are aware that there are multiple posts regarding this error, however suggested solutions didnt work so far.. The last build of this project was on 10th of May. Nothing has been changed in the project since then. Does anyone guide us on how to access /mnt/npm/cache/_logs/ folder?
We appreciate for any suggestion!
Error message from Console:
08:28:07 (DIBuild) npm ERR! code CERT_HAS_EXPIREDGruntfile.js
module.exports = function (grunt) { "use strict";
grunt.loadNpmTasks("@sap/grunt-sapui5-bestpractice-build");
grunt.registerTask("default", [
"clean",
"lint",
"build" ]);
grunt.loadNpmTasks("@sap/grunt-sapui5-bestpractice-test"); grunt.registerTask("unit_and_integration_tests", ["test"]);
grunt.config.merge({
coverage_threshold: {
statements: 0,
branches: 100,
functions: 0,
lines: 0
}
} );
} ;
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.