Skip to content

Not compatible with micro v10.x #131

@thinkverse

Description

@thinkverse

Currently micro-dev isn't compatible with micro v10.x, trying to use micro-dev with v10.x causes a MODULE_NOT_FOUND error. Seems micro v10.x dropped the lib directory used in previous versions, so micro-dev is requiring micro/lib and micro/lib/handler, which as of v10.x doesn't exist.

const serve = require('micro/lib');
const getModule = require('micro/lib/handler');

Any chance micro-dev will get a v4 that supports micro v10.x?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions