質問編集履歴
2
手順の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -35,3 +35,17 @@
|
|
35
35
|
Bundler version 2.2.18
|
36
36
|
|
37
37
|
と、bundleのバージョンは出るのでインストールはできているようです。
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
vs code
|
42
|
+
|
43
|
+
node.js
|
44
|
+
|
45
|
+
yarn
|
46
|
+
|
47
|
+
sqlite3
|
48
|
+
|
49
|
+
のインストールは済んでいます。
|
50
|
+
|
51
|
+
win10で作業しています。
|
1
エラーの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
rails sを入力すると以下のエラーが出ます
|
2
|
+
|
3
|
+
|
4
|
+
|
1
5
|
Could not find gem 'sqlite3 (~> 1.4)' in rubygems repository https://rubygems.org/ or installed locally.
|
2
6
|
|
3
7
|
The source does not contain any versions of 'sqlite3'
|
@@ -6,10 +10,28 @@
|
|
6
10
|
|
7
11
|
|
8
12
|
|
13
|
+
|
14
|
+
|
15
|
+
またbundle installを行うとここでは
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
エラー: 処理を始められませんでした (データベースをロックできません)
|
20
|
+
|
21
|
+
エラー: データベースをロックできませんでした: File exists
|
22
|
+
|
23
|
+
パッケージマネージャを動かしてないのなら
|
24
|
+
|
25
|
+
/var/lib/pacman/db.lck を削除することができます
|
26
|
+
|
27
|
+
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
|
28
|
+
|
29
|
+
|
30
|
+
|
9
|
-
|
31
|
+
このようなエラーが出るのですが
|
10
32
|
|
11
33
|
bundle -v
|
12
34
|
|
13
35
|
Bundler version 2.2.18
|
14
36
|
|
15
|
-
です。
|
37
|
+
と、bundleのバージョンは出るのでインストールはできているようです。
|