Skip to content

Not working in MacOS #14

@splincode

Description

@splincode
const tsNodePath = require.resolve('../node_modules/ts-node/dist/bin'); doesnt seem to work on Mac.
I have to manually change the path to:
const tsNodePath = require.resolve('../../ts-node/dist/bin'); which in my head makes sense, since the file is being called from node_modules/ngw/bin/ngw.

#8

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