but gulp is working fine in another SCA folder
# suitecommerce
m
but gulp is working fine in another SCA folder
s
Have you fully reinstalled the tools? Eg
npm install
or
sudo npm install
on Macs? What error are you getting?
m
yes, ive opened my sca folder, and ran NPM Install
Let me run it again
s
Keep an eye out for any error messages
Sometimes certain packages fail and need to be installed manually
m
yea but ive ran SCA multiple times from this PC, different versions, it eludes me as to why I always have this issue
message has been deleted
this comes up when I run NPM Install
s
Are you using the correct version of Node?
node -v
m
4.4.0
s
Yeah that's too old for 19.1
m
ah okay
s
10.15.x
m
literally, worked first time after i updated to 10.15.3
works like a charm
thank you very much Steve, you're always a big help
s
🎉
No problemo
m
question
I am missing my tpl files
s
They are in a theme now
I strongly recommend reading this blog post, it's vital for understanding the differences in code architecture https://developers.suitecommerce.com/get-to-grips-with-the-commerce-extension-framework
m
i seen that a theme was downloaded SuiteApp
ok
okay, shows a base theme installed
How do I access all of the theme information to do updates?
Sorry, I am new to this version
is it thru the website? like Site Management Tools?
I have to add new item options
s
The theme templates and Sass files are accessible via the theme developer tools.
These are separate from the SCA tools
I would strongly recommend reading the blog post and documentation on this
k
@Marygolds3, in the NS help docs for Themes and Extensions, there's a pretty comprehensive walk through how to setup your dev environment and how interact with the theme or your extensions..