-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Description
When using meow with zeit/pkg, I'm receiving the error:
TypeError: Cannot read property 'scripts' of undefined
at normalize (C:\snapshot\...\node_modules\normalize-package-data\lib\normalize.js:25:12)
at module.exports (C:\snapshot\...\node_modules\meow\index.js:55:2)
This can be solved by replacing
const pkg = opts.pkg;
with
const pkg = opts.pkg || {};
at the line 50.
Metadata
Metadata
Assignees
Labels
No labels