質問編集履歴

4

エラーメッセージの変更

2021/04/08 05:54

投稿

bob-kitchin
bob-kitchin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -3,8 +3,6 @@
3
3
 
4
4
 
5
5
  Node.jsをインストールしたので、テストとしてNode.jsのコマンドプロンプトから以下ソースのファイルを読み込もうとしたのですが、何故か以下のエラーが出ます。
6
-
7
- エラーの内容を調べてみたところ文法に誤りがあるとのことでしたが、私が確認する限りでは誤りはありませんでした。
8
6
 
9
7
  原因を教えてほしいです。ファイル名はもちろんhello.jsです。
10
8
 
@@ -14,15 +12,31 @@
14
12
 
15
13
  ```
16
14
 
17
- > $node hello.js
15
+ PS C:\Users\user> node hello.js
18
16
 
19
- $node hello.js
17
+ internal/modules/cjs/loader.js:883
20
18
 
21
- ^^^^^
19
+ throw err;
20
+
21
+ ^
22
22
 
23
23
 
24
24
 
25
- Uncaught SyntaxError: Unexpected identifier
25
+ Error: Cannot find module 'C:\Users\user\hello.js'
26
+
27
+  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
28
+
29
+  at Function.Module._load (internal/modules/cjs/loader.js:725:27)
30
+
31
+  at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
32
+
33
+  at internal/main/run_main_module.js:17:47 {
34
+
35
+ code: 'MODULE_NOT_FOUND',
36
+
37
+ requireStack: []
38
+
39
+ }
26
40
 
27
41
  ```
28
42
 

3

画像の変更

2021/04/08 05:54

投稿

bob-kitchin
bob-kitchin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ![イメージ説明](32df701c93be1d62f3439d998f4f3d31.png)### 前提・実現したいこと
1
+ ![イメージ説明](247fb760fb377cd987bb18fdfc10a9cf.png)### 前提・実現したいこと
2
2
 
3
3
 
4
4
 

2

画像の追加

2021/04/08 05:43

投稿

bob-kitchin
bob-kitchin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### 前提・実現したいこと
1
+ ![イメージ説明](32df701c93be1d62f3439d998f4f3d31.png)### 前提・実現したいこと
2
2
 
3
3
 
4
4
 

1

追記

2021/04/08 05:25

投稿

bob-kitchin
bob-kitchin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  エラーの内容を調べてみたところ文法に誤りがあるとのことでしたが、私が確認する限りでは誤りはありませんでした。
8
8
 
9
- 原因を教えてほしいです。
9
+ 原因を教えてほしいです。ファイル名はもちろんhello.jsです。
10
10
 
11
11
  ### 発生している問題・エラーメッセージ
12
12