Skip to content
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

sbt-web plugin picking global library instead of the one defined in sbt-js-engine #32

Open
fernandezpablo85 opened this issue May 17, 2015 · 0 comments

Comments

@fernandezpablo85
Copy link

I installed an sbt plugin that uses typescript as a node dependency, It requires the 1.5-beta version.

The plugin runs OK but instead of picking the version defined in it, it used my global typescript version (installed with npm install -g typescript). Since there was a version mismatch, an error occurred.

The workaround was to npm uninstall -g typescript, but shouldn't js-engine pick the locally defined version of the library? (I'm asking here since I found no mailing list, sorry if this is a by-design decision).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant