I am following this documentation on creating a Phonegap package.
I have downloaded a Phonegap zip, unzipped it locally and tried to run 'npm install' in the root folder. Unfortunately this returns an error:
Apart from this log file I also see some errors in Powershell about being unable to resolve 'mustache-loader'.
Removing the node_modules folder and rerunning 'npm install' didn't help either.
Anyone have any idea on how to solve this?