Forum Discussion
Try to Upgrade your Lithium SDK version using command
npm install lithium-sdk@1.4.1
After that runinstall gulp again,
npm install gulp -g
Then restart your computer. and create new project for the same project again.
Let me know what you have found.
Hi Parshant,
Thanks for the reply. SDK version is 1.4.1. Reinstalled the SDK. But the same issue exists.
Thanks,
DVB
- Denizbaby6 years agoGuide
Hi Parshant ,
The OS is CentOS Linux release 7.6.1810 (Core).
After removing node_modules from the create project and reinstalling using "npm install" inside the project, the export is working. Not sure why it is working. The problem is that everytime create a project, the same process needs to be executed.
Thanks for the time.
Thanks,
DVB
- jeffshurtliff5 years agoBoss
Thanks Denizbaby for sharing your workaround!
I just experienced this exact issue on our CentOS 8 (4.18.0-147.8.1.el8_1.x86_64) server, and removing the node_modules sub-directory and then running npm install from within the root repository directory (in my case, /home/lithium/sdk/) it allowed me to run the li export-studio-plugin command successfully.
Thanks again!
Related Content
- 3 months ago
- 9 months ago
- 6 years ago