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
In current stage bower does't want to let me install this.
The text was updated successfully, but these errors were encountered:
Hi, you need to install nodejs.
you can look how here : https://nodesource.com/blog/installing-node-js-tutorial-ubuntu/ When you install nodejs it installs npm ( the nodejs package manager ).
Then install bower.
npm install bower
If there is a warning message that bower must be installed globally:
sudo npm install -g bower
Sorry, something went wrong.
Maaan please. I installed nodejs and installed bower.
Do bower work anywhere else ? Because this message means its not installed properly.
No branches or pull requests
In current stage bower does't want to let me install this.
The text was updated successfully, but these errors were encountered: