Rather than telling the user to install web-ext globally, would it be better to actually create a package.json with web-ext as a devDependency and setup scripts to call the appropriate web-ext commands using npm start, npm run build, npm run lint etc.
That would allow users to more easily reproduce their setup in CI etc.