This repository was archived by the owner on Apr 11, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ $ cd swig
33
33
$ make
34
34
```
35
35
36
+ ``` sh
37
+ # Ensure your $NODE_PATH is set
38
+ # Place this in your ~/.bash_profile
39
+ export NODE_PATH=$( npm -g root 2> /dev/null)
40
+ ```
41
+
36
42
``` sh
37
43
# Run the documentation test environment
38
44
$ make docs
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ BIN = node_modules/.bin
10
10
PWD = $(shell pwd | sed -e 's/[\/&]/\\&/g')
11
11
12
12
all :
13
- @npm install -d
13
+ @echo " Installing packages"
14
+ @npm install --depth=100 --loglevel=error
15
+ @npm link & > /dev/null
14
16
@cp scripts/githooks/* .git/hooks/
15
17
@chmod -R +x .git/hooks/
16
18
Original file line number Diff line number Diff line change 18
18
},
19
19
"author" :
" Paul Armstrong <[email protected] >" ,
20
20
"dependencies" : {
21
- "uglify-js" : " ~2.3 " ,
22
- "optimist" : " ~ 0.6.0"
21
+ "uglify-js" : " 2.4.0 " ,
22
+ "optimist" : " 0.6.0"
23
23
},
24
24
"devDependencies" : {
25
25
"lodash" : " ~1.3.1" ,
26
26
"express" : " ~3" ,
27
27
"nodelint" : " ~0.6" ,
28
28
"mocha" : " 1.12.0" ,
29
29
"expect.js" : " ~0.2" ,
30
- "swig" : " ~1" ,
31
30
"still" : " 0.0.7" ,
32
31
"less" : " ~1.4" ,
33
32
"mocha-phantomjs" : " ~3.1" ,
You can’t perform that action at this time.
0 commit comments