Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command not found #15

Open
dagumak opened this issue Sep 10, 2017 · 1 comment
Open

Command not found #15

dagumak opened this issue Sep 10, 2017 · 1 comment

Comments

@dagumak
Copy link

dagumak commented Sep 10, 2017

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

@fmakdemir
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants