Hello everyone, I am facing the same issue while trying to execute "li export-studio-plugin" command. Mine is set up on Windows. Here are the versions that I am currently using: Node 4.9.1, npm 2.15.11, gulp CLI version: 2.3.0, Local version: 4.0.2. I am running CLI as an admin. This is the error message that I am getting C:\Users\smontero\OneDrive - NI\Desktop\NI Community - SDK\ni-community>li export-studio-plugin
assert.js:81
throw new assert.AssertionError({
^
AssertionError: Task function must be specified
at Gulp.set [as _setTask] (C:\Users\smontero\OneDrive - NI\Desktop\NI Community - SDK\node_modules\gulp\node_modules\undertaker\lib\set-task.js:10:3)
at Gulp.task (C:\Users\smontero\OneDrive - NI\Desktop\NI Community - SDK\node_modules\gulp\node_modules\undertaker\lib\task.js:13:8)
at module.exports.gutil (C:\Users\smontero\AppData\Roaming\nvm\v4.9.1\node_modules\lithium-sdk\gulp\clean.js:51:8)
at module.exports (C:\Users\smontero\AppData\Roaming\nvm\v4.9.1\node_modules\lithium-sdk\gulp\includes.js:23:24)
at Object.<anonymous> (C:\Users\smontero\OneDrive - NI\Desktop\NI Community - SDK\ni-community\gulpfile.js:3:37)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17) I am not so sure if the issue is related to the read-only one, because I have set everything as not read-only with windows properties UI wizard. I am running out of ideas on what should I do to make it work. Thanks.
... View more