Closed mystikodesign closed 7 years ago
The solution I found: Completely reinstalling everything first
Then npm install -g phantomjs-prebuilt
Then navigating to the project folder, & npm install phantomjs-prebuilt --save-dev - seems redundant, but updates the package file with the proper version. Check the package file now to delete the old version, as this won't overwrite it.
Then npm cache clean && npm uninstall grunt-autoshot && npm install grunt-autoshot
For me, the project then ran normally.
It appears grunt-autoshot will return this error Warning: spawn /Users/me/.node/lib/node_modules/phantomjs/lib/phantom/bin/phantomjs ENOENT in MacOS Sierra
Any advice or insight would be helpful