質問編集履歴

1

エラーメッセージの画像挿入ミスを修正

2021/09/02 10:34

投稿

akiterry
akiterry

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,39 @@
12
12
 
13
13
  ```
14
14
 
15
- ![イメージ説明](579363918d0343070449100974dd2fe8.png)
15
+ /c/Truffle/myproject/contracts/Activatable.sol:3:1: ParserError: Source "/c/Truffle/myproject/node_modules/openzeppelin-solidity/contracts/ownership/ownable.sol" not found
16
+
17
+ import '../node_modules/openzeppelin-solidity/contracts/ownership/ownable.sol';
18
+
19
+ ^-----------------------------------------------------------------------------^
20
+
21
+ ,/c/Truffle/myproject/contracts/Destructible.sol:4:1: ParserError: Source "/c/Truffle/myproject/ownership/Ownable.sol" not found
22
+
23
+ import "../ownership/Ownable.sol";
24
+
25
+ ^--------------------------------^
26
+
27
+ ,/c/Truffle/myproject/contracts/Pausable.sol:4:1: ParserError: Source "/c/Truffle/myproject/ownership/Ownable.sol" not found
28
+
29
+ import "../ownership/Ownable.sol";
30
+
31
+ ^--------------------------------^
32
+
33
+ ,/c/Truffle/myproject/contracts/Room.sol:3:1: ParserError: Source "/c/Truffle/myproject/node_modules/openzeppelin-solidity/contracts/lifecycle/pausable.sol" not found
34
+
35
+ import "../node_modules/openzeppelin-solidity/contracts/lifecycle/pausable.sol";^------------------------------------------------------------------------------^,/c/Truffle/myproject/contracts/Room.sol:4:1: ParserError: Source "/c/Truffle/myproject/node_modules/openzeppelin-solidity/contracts/lifecycle/destructible.sol" not found
36
+
37
+ import "../node_modules/openzeppelin-solidity/contracts/lifecycle/destructible.sol";
38
+
39
+ ^----------------------------------------------------------------------------------^
40
+
41
+ ,/c/Truffle/myproject/contracts/RoomFactory.sol:3:1: ParserError: Source "/c/Truffle/myproject/node_modules/openzeppelin-solidity/contracts/lifecycle/Pausable.sol" not found
42
+
43
+ import "../node_modules/openzeppelin-solidity/contracts/lifecycle/Pausable.sol";^------------------------------------------------------------------------------^,/c/Truffle/myproject/contracts/RoomFactory.sol:4:1: ParserError: Source "/c/Truffle/myproject/node_modules/openzeppelin-solidity/contracts/lifecycle/Destructible.sol" not found
44
+
45
+ import "../node_modules/openzeppelin-solidity/contracts/lifecycle/Destructible.sol";
46
+
47
+ ^----------------------------------------------------------------------------------^
16
48
 
17
49
  ```
18
50