angular-virtual-keyboard icon indicating copy to clipboard operation
angular-virtual-keyboard copied to clipboard

Missing index.js from package.json 'main'

Open dragantl opened this issue 8 years ago • 1 comments
trafficstars

When installing module from npm, include fails because there is no index.js file, as specified within the package.json's main entry.

dragantl avatar Mar 27 '17 20:03 dragantl

+1 Same problem also using webpack I solved this changing the line with "main": "release/angular-virtual-keyboard.js",

infrarosso78 avatar Sep 13 '17 10:09 infrarosso78