Closed st-h closed 2 months ago
Fixed in 1.0.2, thank you!!
Thank you. Unfortunately there seems to be another issue:
npx punycode-detector
Need to install the following packages:
punycode-detector@1.0.2
Ok to proceed? (y) y
node:internal/modules/run_main:115
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: ag was not found. This tool requires ag (the_silver_searcher) -- which can be installed by following the istructions here: https://github.com/ggreer/the_silver_searcher
at file:///Users/steve/.npm/_npx/59debf53bd916502/node_modules/punycode-detector/index.js:21:1 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v22.5.1
ag was not found. This tool requires ag (the_silver_searcher)
which can be installed by following the instructions here:
https://github.com/ggreer/the_silver_searcher
Thanks. I thought that was a bug because the README does not mention that requirement anywhere.
I updated the README, thanks!
When I run
npx punycode-detector
in the directory of my ember app, I see the following error.node v22.5.1