-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels