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
bh/lib/bh.js
Сейчас если в корне проекта нету папки node_modules нужно задавать bhFile опцию, например, так: ../../node_modules/bh/lib/bh.js.
node_modules
bhFile
../../node_modules/bh/lib/bh.js
Кажется, что вместо захардкоженного node_modules/bh/lib/bh.js в https://github.com/enb-make/enb-bh/blob/master/techs/bh-server.js#L35 лучше использовать require.resolve('bh/lib/bh.js').
node_modules/bh/lib/bh.js
require.resolve('bh/lib/bh.js')
The text was updated successfully, but these errors were encountered:
реквест пришлешь? :)
Sorry, something went wrong.
Я попробую кинуть)
Successfully merging a pull request may close this issue.
Сейчас если в корне проекта нету папки
node_modules
нужно задаватьbhFile
опцию, например, так:../../node_modules/bh/lib/bh.js
.Кажется, что вместо захардкоженного
node_modules/bh/lib/bh.js
в https://github.com/enb-make/enb-bh/blob/master/techs/bh-server.js#L35 лучше использоватьrequire.resolve('bh/lib/bh.js')
.The text was updated successfully, but these errors were encountered: