Skip to content

Commit 24e7f92

Browse files
author
Minggang Wang
committed
Add nan as a depenency in package.json
From the issue RobotWebTools/ros2-web-bridge#33, when using node v4.4.2, the nan module is not installed. This bug can not be reproduced on lts carbon. This patch adds the nan module explicitly to fix this problem.
1 parent 78e8ae9 commit 24e7f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"ref": "^1.3.4",
4141
"ref-struct": "^1.1.0",
4242
"ref-array": "^1.2.0",
43-
"walk": "^2.3.9"
43+
"walk": "^2.3.9",
44+
"nan": "^2.8.0"
4445
}
4546
}

0 commit comments

Comments
 (0)