angular-virtual-keyboard
angular-virtual-keyboard copied to clipboard
Missing index.js from package.json 'main'
trafficstars
When installing module from npm, include fails because there is no index.js file, as specified within the package.json's main entry.
+1 Same problem also using webpack I solved this changing the line with "main": "release/angular-virtual-keyboard.js",