Install proper version of pg-native
This commit is contained in:
parent
40c50e743e
commit
f4f5e548da
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ test-missing-native:
|
|||||||
@echo "***Testing optional native install***"
|
@echo "***Testing optional native install***"
|
||||||
@rm -rf node_modules/pg-native
|
@rm -rf node_modules/pg-native
|
||||||
@node test/native/missing-native.js
|
@node test/native/missing-native.js
|
||||||
@npm install pg-native@1.4.0
|
@npm install pg-native
|
||||||
@node test/native/missing-native.js
|
@node test/native/missing-native.js
|
||||||
@rm -rf node_modules/pg-native
|
@rm -rf node_modules/pg-native
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user