nvm is not compatible with the npm config “prefix” option:

Delete and Reset the prefix Note: Change the version number with the one indicated in the error message. nvm is not compatible with the npm config “prefix” option: currently set to “/usr/local” Run “npm config delete prefix” or “nvm use –delete-prefix v6.11.1 –silent” to unset it. Credits to @gabfiocchi on Github – “You need to overwrite … Read more

Cross compiler prefix and path in eclipse

If you are using a Mac, you can select MacOS GCC instead of Cross GCC. If you are on Windows, you will have to install a C++ compiler. I recommend you install Cygwin, try following the directions here. https://www3.ntu.edu.sg/home/ehchua/programming/howto/eclipsecpp_howto.html Once you’ve installed the C++ compiler, restart Eclipse and try to create the project again. Hope this helps.