You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: