We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i tried running the html.injection example and its throwing errors and not starting.
bash-5.0# yarn install ... bash-5.0# yarn start yarn run v1.21.1 $ node app.js /app/browsersync/recipes/recipes/html.injection/node_modules/browser-sync/dist/plugins.js:151 throw e; ^ Error: Could not locate the bindings file. Tried: → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/Debug/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/Release/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/out/Debug/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/Debug/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/out/Release/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/Release/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/default/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/compiled/12.13.1/linux/x64/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/addon-build/release/install-root/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/addon-build/debug/install-root/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/addon-build/default/install-root/contextify.node → /app/browsersync/recipes/recipes/html.injection/node_modules/contextify/lib/binding/node-v72-linux-x64/contextify.node at bindings (/app/browsersync/recipes/recipes/html.injection/node_modules/bindings/bindings.js:126:9) at Object.<anonymous> (/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/lib/contextify.js:1:34) at Module._compile (internal/modules/cjs/loader.js:959:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) at Module.load (internal/modules/cjs/loader.js:815:32) at Function.Module._load (internal/modules/cjs/loader.js:727:14) at Module.require (internal/modules/cjs/loader.js:852:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/app/browsersync/recipes/recipes/html.injection/node_modules/jsdom/lib/jsdom/browser/index.js:5:21) at Module._compile (internal/modules/cjs/loader.js:959:30) { tries: [ '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/Debug/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/Release/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/out/Debug/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/Debug/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/out/Release/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/Release/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/build/default/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/compiled/12.13.1/linux/x64/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/addon-build/release/install-root/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/addon-build/debug/install-root/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/addon-build/default/install-root/contextify.node', '/app/browsersync/recipes/recipes/html.injection/node_modules/contextify/lib/binding/node-v72-linux-x64/contextify.node' ] } error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i tried running the html.injection example and its throwing errors and not starting.
The text was updated successfully, but these errors were encountered: