Mike Funk

Results 23 comments of Mike Funk
trafficstars

+1 been getting the same problem for quite a while. I will see if I can recreate the problem.

The problem is that [npm](https://www.npmjs.com/package/grunt-contrib-requirejs) has a tag cached for `grunt-contrib-requirejs` that is an invalid semantic version. [Github](https://github.com/gruntjs/grunt-contrib-requirejs/tags) does not have that tag, it must have been removed. We have...

> Maybe a very easy solution would be to add Node as a Mason package, allowing people to install it should they want to. This installation will take precedence in...

I see that you have `pip.install_args` available in setup options. Why not also add something like this as optional config? ```lua { npm = { node_executable = 'node', } }...

Was this patched into master?