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

Command not found

Open dagumak opened this issue 6 years ago • 1 comments

This seems unclear to me. I ran the following command npm install -D chrome-extension-scripts and would expect the following commands to work, but the command doesn't' seem to exist.

$ chrome-extension run manifest.json -o ./build -bash: chrome-extension: command not found

dagumak avatar Sep 10 '17 06:09 dagumak

Either add node_modules/.bin to your path and use the command from project root or use ./node_modules/.bin/chrome-extension instead of chrome-extension from project root.

fmakdemir avatar Sep 11 '17 09:09 fmakdemir