on 2023 Nov 16 8:01 AM
Hi all,
I would like to build my smartedit customizations with grunt, but getting this error while executing grunt within my custom smartedit folder:
fancysmartedit % grunt
Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module './smartedit-build'
>> Require stack:
>> - /<smarteditPath>/Gruntfile.js
>> - /<smarteditPath>/node_modules/grunt/lib/grunt/task.js
>> - /<smarteditPath>/node_modules/grunt/lib/grunt.js
>> - /<path>/.nvm/versions/node/v13.14.0/lib/node_modules/grunt-cli/bin/grunt
Warning: Task "default" not found. Use --force to continue.
Aborted due to warnings.
Execution Time (2023-11-16 08:23:57 UTC+1)
Having SAP Commerce Version 2205 and using macOS.
Those documentations didn't help me:
I'm running out of ideas - is there anybody who might help me?
My Gruntfile.js is starting like this:
module.exports = (grunt) => {
require('time-grunt')(grunt);
require('./smartedit-build')(grunt).load();<br>
Thanks a lot.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.