Open adrien-delhorme opened 4 years ago
When installing sidr with npm, we cannot import it with var sidr = require("sidr") because the main entry point is missing in package.json file.
sidr
npm
var sidr = require("sidr")
package.json
Issue #348
Description
When installing
sidr
withnpm
, we cannot import it withvar sidr = require("sidr")
because the main entry point is missing inpackage.json
file.Related Issue
Issue #348
Motivation and Context
How Has This Been Tested?