Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

fix: Prevent crash with nameless package #48

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Commits on May 26, 2020

  1. fix: Prevent crash with nameless package

    While the workaround is to simply add a name to the package, the name field is defined as optional and NPM otherwise only warns about it's lack of existence.
    
    I tripped across this myself and found I wasn't the first one: https://stackoverflow.com/questions/59777226/npm-ci-throws-exception-cannot-read-property-length-of-undefined
    kf6kjg committed May 26, 2020
    Configuration menu
    Copy the full SHA
    d1653a7 View commit details
    Browse the repository at this point in the history