Theme watch command not executing.
Succinct outline of the problem or request.
I'm trying to use gulp to execute theme watch command, but whenever I run it, it returns invalid API access token.
Replication steps
Install @shopify/themekit package manager.
Create a gulp task for the 'theme watch command'
example:
gulp.task ('watch', function(){
gulp.watch('scsss/.scss', gulp.series('sass'))
themeKit.command('watch', {
allowLive: true,
env: 'development'
})
});
How to replicate the problem. Screenshots or video?*
More Information
Any additional information which might be helpful.
Problem
Theme watch command not executing. Succinct outline of the problem or request. I'm trying to use gulp to execute theme watch command, but whenever I run it, it returns invalid API access token.
Replication steps
Install @shopify/themekit package manager. Create a gulp task for the 'theme watch command' example: gulp.task ('watch', function(){ gulp.watch('scsss/.scss', gulp.series('sass')) themeKit.command('watch', { allowLive: true, env: 'development' }) }); How to replicate the problem. Screenshots or video?*
More Information
Any additional information which might be helpful.