chrome-extension-cli
chrome-extension-cli copied to clipboard
npm ERR! Missing script: "watch"
Hello world, from the README:
//...........
% cd my-extension
% npm run watch
npm ERR! Missing script: "watch"
Hi @GildedHonour, can you check if there is a "watch" script present inside "scripts" object of package.json file?
If it is not present then kindly re-create the extension using cli command - chrome-extension-cli <project-name>.