Package.json's main property should be a string to the main javascript file..
Unlike bower.json, which allows for an array of both javascript and css file names. The package.json should only be a string to a single javascript file.
This error prevents me from including angular-snap from npm when using browserify.
Package.json's main property should be a string to the main javascript file..
Unlike bower.json, which allows for an array of both javascript and css file names. The package.json should only be a string to a single javascript file.
This error prevents me from including angular-snap from npm when using browserify.