Closed arian closed 11 years ago
It seems that using
"scripts": {"postinstall": "./install.js", "update":"./install.js"}
does not work on Windows.
Instead
"scripts": {"postinstall": "node install.js", "update":"node install.js"}
works on both Linux and Windows.
thanks
It seems that using
does not work on Windows.
Instead
works on both Linux and Windows.