chrome-extension-cli icon indicating copy to clipboard operation
chrome-extension-cli copied to clipboard

npm ERR! Missing script: "watch"

Open GildedHonour opened this issue 3 years ago • 1 comments

Hello world, from the README:

//...........

% cd my-extension
% npm run watch
npm ERR! Missing script: "watch"

GildedHonour avatar Jul 19 '22 02:07 GildedHonour

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>.

dutiyesh avatar Jul 20 '22 03:07 dutiyesh