Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 680e82a

Browse files
committed
Forgot to add nw_configure.sh
1 parent aed5b1e commit 680e82a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

File renamed without changes.

nw_configure.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export npm_config_target=0.20.1
2+
export npm_config_arch=x64
3+
export npm_config_target_arch=x64
4+
export npm_config_runtime=node-webkit
5+
export npm_config_build_from_source=true
6+
export npm_config_node_gyp=$(which nw-gyp)
7+
npm install

0 commit comments

Comments
 (0)