You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Now that purescript is npm installable it would be nice if gulp-purescript checked for a local installation of purescript in node_modules before invoking the global installation.
This could work similar to how bodil's pulp dep uses the locally installed bower before invoking a global installation.
This would have the benefits that one could depend on a specific version of the compiler and would also reduce global installs.