hey all, is there a way to update the devThemeTool...
# suitecommerce
s
hey all, is there a way to update the devThemeTools via npm ?
s
Nope, sorry. You need to download the zip from the file cabinet
s
ok i tried it but i got this error after the theme:fetch cmd Error: EACCES: permission denied, open ‘/Users/xX/.nstba’
s
Well that usually means that your file system doesn't permit access to those folders
You might need to do
chmod
or
chown
on the directory,
sudo
when running
npm install
or even use the
--unsafe-perm
flag. I can't really give advice on this, as it's specific to your computer and environment
s
ok thanks guess this will help me out 🙂