質問編集履歴

1

説明が足りなかったため

2020/04/01 09:53

投稿

lily22
lily22

スコア16

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,38 @@
5
5
 
6
6
 
7
7
  windows10 home editionのpcでdockerを動かしnodeコンテナを作りnpm installできるようにしたいのですが、うまくいきません。
8
+
9
+
10
+
11
+ npm i するとモジュールのインストールが始まるのですが最後にエラー文が出てきて失敗してしまします。
12
+
13
+ エラー文は下記です。
14
+
15
+
16
+
17
+ npm ERR! syscall symlink
18
+
19
+ npm ERR! path ../@babel/parser/bin/babel-parser.js
20
+
21
+ npm ERR! dest /var/www/html/node_modules/.bin/parser
22
+
23
+ npm ERR! errno -30
24
+
25
+ npm ERR! rofs EROFS: read-only file system, symlink '../@babel/parser/bin/babel-parser.js' -> '/var/www/html/node_modules/.bin/parser'
26
+
27
+ npm ERR! rofs Often virtualized file systems, or other file systems
28
+
29
+ npm ERR! rofs that don't support symlinks, give this error.
30
+
31
+
32
+
33
+ npm ERR! A complete log of this run can be found in:
34
+
35
+ npm ERR! /root/.npm/_logs/2020-04-01T09_50_37_589Z-debug.log
36
+
37
+
38
+
39
+
8
40
 
9
41
 
10
42