Forum Discussion
ebonifacio
Mentor
Hi IanKl
I followed all the steps on this Getting started with the Plugin SDK .
After some issues with node versions and permissions, I managed to export the Studio plugin. I have all the files and structure folder on my machine (MacOS).
I already installed nvm, and I'm using node 8.12 (as someone on a support ticket advised me)
But when I run gulp, I always have this error:
TypeError in plugin 'run-sequence(watch-text)'
Message:
Cannot read property 'map' of undefined
Stack:
TypeError: Cannot read property 'map' of undefined
at Gulp.<anonymous> (/Users/xxx/community/community-project/node_modules/lithium-sdk/gulp/watch.js:111:55)
IanKl
3 years agoKhoros Alumni (Retired)
Have you tried installing Node Version Manager? It allows you to use different versions when you're running different things. The Community SDK is on an old version. That may be the issue.
Related Content
- 2 months ago
- 3 months ago
- 5 years ago