Search install
30236 results
4
votes
1
answer
cabal-install install failed
I'm trying to install the xmonad. So firstly, I install the ghc complier using the following comands:
zypper ar http://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_12.1/devel:languages:haskell.repo
zypper in ghc
After that, I try to install the cabal-install-0.14.0 usi...
3
votes
1
answer
Can't install cabal-install
I've just installed Mint 17 on my laptop and followed this with haskell platform generic. (I chose generic instead of using apt-get because it was the only way I could get ghc 7.10) When I try:
cabal install cabal-install
I get this error:
Resolving dependencies...
Configuring cabal-install-1.22.6....
176
votes
7
answer
npm install won't install devDependencies
On windows for some reason when I run npm install it won't install devDependencies. AFAIK it should. If I run npm install --dev devDependencies are installed. I don't understand why npm install doesn't install devDependencies too, but installs only dependencies. What could be the reason? How can I f...
2
votes
1
answer
Maven clean install vs install
When I run the maven install everything works fine. All the classes get compiled and my build is also successful.
But when I run maven clean install one of the java test classes could not find the xml that is referenced in @ContextConfiguration.
So what could be the problem?
38
votes
5
answer
Install Node.js to install n to install Node.js?
I have a problem understanding the use of n. Basically, it is clear that it is a version manager for Node.js such as nvm.
But in contrast to nvm, which is basically a shell script, according to the documentation you are encouraged to use npm to install n:
$ npm install -g n
What I don't get is: For...
0
votes
1
answer
Can't resume “pip install” after “--no-install”
I'm trying to install Pillow (a fork of the Python Imaging Library, aka PIL) with support for JPEG files on a Debian 7 server. I initially installed Pillow v2.3.0 into my virtual environment using this command:
pip install Pillow
However I saw from the output that Pillow didn't support JPEG by defa...
2
votes
2
answer
RoR install: Run 'bundle install' not working?
While trying to run a first project on Ubuntu 10.10 I got this:
[email protected]:~/Documents/tickets$./script/rails server
Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.
Well, afterwards I write:
[email protected]
3
votes
1
answer
node npm local install override global install
If I have node modules installed locally (in the same folder as my node app) will they override global installations of the same modules?
1
votes
2
answer
'gem install' and 'sudo gem install'
I've got an issue installing gems on my mac (os 10.6).
I used to be able to run
gem install
but after updating something, it could be the version of gem I'm using, but it's unlikely, I now get the error:
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions i...
2
votes
0
answer
Install php7 mash with apt-get install
Is it possible to install mhash with apt-get?
I've tried sudo apt-get install php7.0-mhash, but this doesn't work.
Php document says that I must compile PHP with --with-mhash[=DIR] parameter, but I wish I don't have to compile php7.0 from source.
Because I've installed php7.0 by following the instr...
4
votes
1
answer
Rails : gem install vs. gemfile & bundle install
What is the exact difference between using:
1- gem install [gemname]
and
2- add gem name & version to GemFile and run bundle install
?
35
votes
4
answer
Using “npm install” to install jquery-ui
I see from here https://github.com/jquery/jquery-ui that jquery-ui's latest release is 1.11.4. However, when I use 'npm install jquery-ui', it's only 1.10.3. I checked this version in node_modules/jquery-ui/jquery-ui.js.
Is there any way for me to install the latest version?
1
votes
2
answer
Run `bundle install` to install missing gems
I'm trying to install a Ruby based tool call Warvox and when I try to do a 'make', I get the following error
[email protected]:/home/warvox$ sudo make database
Could not find lumberjack-1.0.9 in any of the sources
Run `bundle install` to install missing gems.
make: *** [database] Error 7
So I had insta...
1
votes
2
answer
Install init script after RPM install
I have this spec file which is used to extract files into directory:
Version: 1.0
Release: 1%{?dist}
Summary: Linux Agent installation script
Group: Utilities
License: license
Source0: agent-1.0.tar.gz
BuildArch: x86_64
BuildRoot: %{_tmppath}/%{n...
1
votes
1
answer
Bundle Install command won't install my gems?
Okay, so I'm very new to Rails, and am just beginning to feel my way around my new Linux operating system as well.
I'm currently doing a project for school, and I've followed all of the directions to perfection. For consistency purposes, they want specific versions of both rails and gemsets.
After...
1
votes
1
answer
npm install --save-dev gulp-install
I'm pretty new to Node and Gulp. I worked with it before, and want to set up a new project but I am having some trouble.
I am trying to install gulp in my project root. But get this in my command prompt after running npm install --save-dev gulp-install along with a node_modules folder with 136! fold...
25
votes
2
answer
brew install node stuck at make install
I am trying to install node using brew but it gets stuck at make install and does nothing. I am using ubunutu 14.04. Here is the logs from the terminal:
==> Downloading https://nodejs.org/dist/v4.2.1/node-v4.2.1.tar.gz
Already downloaded: /home/tsepak33/.cache/Homebrew/node-4.2.1.tar.gz
==> Download...
2
votes
1
answer
Install VLC automatically install without hitting next
I have a script that will install VLC from the server. What happens when I run the script is every computer name in my text file will start the install process where you will then hit 'next next next' (basically).
I was curious of how I can write these scripts for any software to just install and no...
3
votes
3
answer
Bundle install doesnt install gem in Gemfile
I am typing the following command:
rake -RAILS_ENV=production db:schema:load
In the home directory of my rails app on my production server and I get the following error message:
rake aborted!
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the...
56
votes
2
answer
pip install PIL doesn't install into virtualenv
How do I install PIL?
>pip install PIL
Downloading/unpacking PIL
Could not find any downloads that satisfy the requirement PIL
Some externally hosted files were ignored (use --allow-external PIL to allow).
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /ro...
2
votes
3
answer
json gem install error on bundle install
When I try to do a bundle install I get the following json error. The bundle install does not complete. What gives?
Errno::EACCES: Permission denied - /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/json-1.7.5/.gitignore
An error occurred while installing json (1.7.5), and Bundler cannot...
1
votes
1
answer
When install bundle,failed to install sass?
When install bundle, error messages always displayed.
As when you execute the order of installing bundle every time,they will show you the one error info.
Now when installed sass,the error information is “ While executing gem ... (Gem::RemoteFetcher::UnknownHostError)
no such name (https://ruby.t...
2
votes
1
answer
Go package install problems: No install location
I'm trying to build packer from source on ubuntu, but getting the following errors which I'm unsure how to resolve.
go install: no install location for _/home/vagrant/packer/builder/amazon/chroot
go install: no install location for _/home/vagrant/packer/builder/amazon/common
go install: no install...
1
votes
1
answer
Don't run 'npm install && bower install'
I'm running 'yo jhipster' v3.10.0 and selecting the 'microservice gateway' type of application.
After answering the questions the files are generated then 'npm install && bower install' is run automatically.
Is it possible to tell jHipster not run the npm and bower installs?
1
votes
1
answer
pip install -r: install only new packages
Let's say my requirements.txt file is:
diff-match-patch==20121119
django-braces==1.4.0
django-crispy-forms==1.4.0
I install all the software with the following command:
pip install -r requirements.txt
Now let's say I add two packages:
diff-match-patch==20121119
django-braces==1.4.0
django-crispy-for...
1
votes
1
answer
npm install couldnt install angularjs libraries
I have installed mean.io and ran sudo npm install. Actually following commands in sequence
sudo npm install -g meanio
mean init yourNewApp
cd yourNewApp
sudo npm install -g bower
sudo npm install
It is supposed to download and install angularjs libraries into public/system/lib. After doing the above...
5
votes
2
answer
difference between jspm install and npm install
I'm relatively new to jspm. I wanted to know what the difference is when is run jspm install package and npm install package. I know that there is a lookup with jspm/registry. But what's the difference when it comes to setting up config.js. Are there any additional changes to be made if the package...
2
votes
0
answer
rvm install error: Error running '__rvm_make install'
I'm getting the following error when installing rvm with stable ruby or simply rvm and then any version of ruby. I've considered all previous questions/answers (like updating rvm with 'rvm get head', 'rvm get master' uninstalling and reinstalling rvm etc.) but I still get this error.
ruby-2.2.2 - #e...
1
votes
1
answer
Facebook SDK install APP with install confirmation
I am looking for help to validate when a Facebook APP has been installed. I am currently using PHP SDK to have the clients sign in and in the same manor I would like for them to return to the site once the APP is completed and installed correctly.
Is there a method to use this link and have it retur...
2
votes
3
answer
SpaCy Install (extended) fails with pip install
In need of a python module that features a good POS tagger for the German language SpaCy was recommended to me.
On my Win10 64Bit with Python 3.4 I tried installing SpaCy as stated on its homepage, first preparing the virtualenv (installed partially, windows failed at source .env/bin/activate), then...
1
votes
2
answer
brew install python failed after install pyenv
Ever since I installed pyenv on my mac to manage python versions. Something goes wrong with my brew. Whenever I install something depends on python brew install python from source and fail with exception. I try to install python directly but the result is same
output:
➜ ~ brew install python
Warn...
1
votes
4
answer
Gem install bundler && bundle install error
I am trying to install gems using the following:
gem install bundler && bundle install
It starts out fine, but then I get an error on (Installing gherkin):
Successfully installed bundler-1.0.10
1 gem installed
Installing ri documentation for bundler-1.0.10...
Installing RDoc documentation for bundle...
2
votes
3
answer
Composer install doesn't actually install library
Problem
This is a weird one. I simply added this to my composer.json file:
'maatwebsite/excel': '~2.1.0'
Yet when I run composer install, that library doesn't get installed:
composer show | grep excel
returns nothing.
And so every time I run my deployment script I get this error:
> php artisan cle...
6
votes
4
answer
“bundle install” fail while install rspec
I am trying to install rspec-rails on Ubuntu but I am encountering some problems.
Here are my exact steps:
1) Changed my Gemfile to:
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta4'
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
group :development do
gem 'rspec-rails', '2.0.0.beta.17'
end...
3
votes
5
answer
npm install: install Couldn't read dependencies
I have started to learn Angular JS. I am going through this, that is building simple phonecat app
I am following the steps. Node.js downloaded.
Trying to execute this command: npm install
Error occured:
C:>npm install
npm ERR! install Couldn't read dependencies
npm ERR! Windows_NT 6.1.7601
npm ERR!...
4
votes
1
answer
“Make install” vs “Make install clean”?
In *nix, when I compile software, when should I do:
# make install
vs
# make install clean
?
3
votes
1
answer
install symbolic links with coreutils install
I built a library and I want to install the library to /usr/local/lib using coreutils install. The result of the build looks as follows:
libfoo.so -> libfoo.so.1
libfoo.so.1 -> libfoo.so.1.1
libfoo.so.1.1
I want to retain the symbolic links and install the files as is to /usr/local/lib. However, if...
8
votes
2
answer
sudo pip install VS pip install --user
Can't remember where I read this, but either somewhere on here or in the comments of a tutorial I was following, a person said:
'Never never ever use sudo pip install; you could overwrite important stuff without knowing it. Use pip install --user instead!'
I see lots of references to sudo pip insta...
5
votes
5
answer
npm install vs sudo npm install -g
for some packages I have to run sudo npm install -g while for others npm install will suffice.
Why and what's the difference?
For example:
npm install -g grunt-cli # doesn't work
sudo npm install -g grunt-cli # works
npm install websocket-stream # works
Is sudo necessary only with the -g flag?
1
votes
1
answer
when npm install or not install devDependencies?
I using npm a few years. But I still don't know when npm install devDependencie and when don't install?
In npm docs, npm install --production don't install devDependencies.
But in my testing, I init a package, add eslint to dependencies, run npm install --production, the eslint's devDependencies sti...
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250