I just bought myself a mac book after using Windows for a long time.
I was trying to work on a MeanJS project that I had been working on. Doing npm install
npm install
russfrisch commented 4 days ago:
I was experiencing this same issue. Changing in the version for grunt-node-inspector to prepend a ">=" instead of a "~" got this to work for me.
Link to github page where I found this solution.
Link to my post on StackoverFlow