Skip to content

Failing installation #1

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

Open
mariusrak opened this issue Jan 30, 2019 · 3 comments
Open

Failing installation #1

mariusrak opened this issue Jan 30, 2019 · 3 comments

Comments

@mariusrak
Copy link

I've attempted to install the UXR, I've run.

$ npm install -g bower
$ npm install -g grunt-cli

$ npm install
$ bower install --force-latest

and got error

bower                           ENOENT No bower.json present

Environment is Win10

@martinkonopka
Copy link
Member

Which directory are you running those commands from?

bower.json is located in the UXR app project root directory.

@mariusrak
Copy link
Author

Looks like running bower install --force-latest bower.json works.

@mariusrak
Copy link
Author

I have now another, similar problem with grunt. Global installation is not sufficient, grunt build from root directory cannot find gruntfile and grunt build from ./src/UXR/ yields

> grunt build
>> Local Npm module "grunt-contrib-concat" not found. Is it installed?
>> Local Npm module "grunt-contrib-cssmin" not found. Is it installed?
>> Local Npm module "grunt-contrib-uglify" not found. Is it installed?
>> Local Npm module "grunt-contrib-watch" not found. Is it installed?
>> Local Npm module "grunt-contrib-copy" not found. Is it installed?
Warning: Task "copy" not found. Use --force to continue.

I think, that the cli installation instructions should be updated. Currently it is not possible to install the tool by the provided commands.

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

2 participants