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)
nunemack
3 years agoAce
Hi ebonifacio,
Although we haven't carved out time to improve our development process between servers, I do have the SDK working on my Mac for serving up SASS locally. I am using Node v8.3.0. I do see the error you described when running gulp, but I haven't seen any issue so far when using the li commands to export the plugins or serve SASS.
Related Content
- 2 months ago
- 3 months ago
- 5 years ago