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
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
When installing bst inside a docker container it won't execute tests.
Dockerfile:
FROM node:14.0-alpine
RUN apk add bash zip
RUN npm install bespoken-tools@latest -g
RUN bst -v
Steps To Reproduce
Steps to reproduce the behavior:
Build a docker image with bst installed and run it
Connect to the container
Run bst test
Expected behavior
Tests should be executed correctly.
Actual behavior
The following error appears and bst is not executed:
(node:70) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:77) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
The text was updated successfully, but these errors were encountered:
I think we would need to get rid of the warnings, but that certainly reduces the priority of this ticket. Removing the ticket from the current sprint now.
Description:
When installing bst inside a docker container it won't execute tests.
Dockerfile:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests should be executed correctly.
Actual behavior
The following error appears and bst is not executed:
The text was updated successfully, but these errors were encountered: