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
Given this options in project.clj
:node-dependencies [["adm-zip" "latest"] ["nedb" "latest"]] :npm-root "webkit" :bower {:directory "webkit/bower"} :bower-dependencies [[react "0.12.2"] [d3 "latest"] ]
Running lein bower install, will fail because bower.json is expected in project root but created inside the "webkit" folder due to the :npm-root option. ( https://github.com/RyanMcG/lein-npm/blob/master/src/leiningen/npm.clj#L13 )
There must be nicer ways to solve this, however dissoc :npm-root ( cedrictools@47491ac ) did the trick. ( 2 lein profiles also does).
The text was updated successfully, but these errors were encountered:
@cedrictools can you create a pull request for this so it's easy to merge in?
@myguidingstar Can you take a look at this and patch it in please?
Sorry, something went wrong.
No branches or pull requests
Given this options in project.clj
Running lein bower install, will fail because bower.json is expected in project root but created inside the "webkit" folder due to the :npm-root option. ( https://github.com/RyanMcG/lein-npm/blob/master/src/leiningen/npm.clj#L13 )
There must be nicer ways to solve this, however dissoc :npm-root ( cedrictools@47491ac ) did the trick. ( 2 lein profiles also does).
The text was updated successfully, but these errors were encountered: