You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You cannot run a command from a linked ESM plugin when using the root ESM plugin's bin/run.js
(node:48118) [ERR_UNKNOWN_FILE_EXTENSION] TypeError Plugin: @oclif/plugin-test-esm-2 [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /Users/mdonnalley/repos/oclif/plugin-test-esm-2/src/commands/esm2.ts
module: @oclif/[email protected]
task: toCached
plugin: @oclif/plugin-test-esm-2
root: /Users/mdonnalley/repos/oclif/plugin-test-esm-2
See more details with DEBUG=*
(Use `node --trace-warnings ...` to show where the warning was created)
The bin/dev.js script works as expected, presumably because it uses the ts-node executable instead of node
The text was updated successfully, but these errors were encountered:
You cannot run a command from a linked ESM plugin when using the root ESM plugin's
bin/run.js
The
bin/dev.js
script works as expected, presumably because it uses thets-node
executable instead ofnode
The text was updated successfully, but these errors were encountered: