-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
--engine throws Engine has not resolved #240
Labels
bug
Something isn't working
Comments
Thanks for your report. To reduce dependencies, we had bundled some modules in #233 (>= v0.18.1). But dynamic
|
Fixed in the latest release v0.18.3. Sorry for the inconvenience! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With version 0.18.0 I was able to use the following custom engine:
by using the following commands:
With versions 0.18.1 and 0.18.2 I get the following error:
[ ERROR ] The specified engine has not resolved.
Adding the "import-from" back to the "dependencies" of package.json solves the issue.
The text was updated successfully, but these errors were encountered: