feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 742 forks source link

Cannot find module @feathersjs/generators/lib/connection/templates/knex.tpl #3396

Closed patamimbre closed 5 months ago

patamimbre commented 5 months ago

Steps to reproduce

After running npm create feathers@latest feathers-chat, it setup partially the base project, but it raises an error:

Error: Cannot find module '/Users/patamimbre/.npm/_npx/7433acef8618976b/node_modules/@feathersjs/generators/lib/connection/templates/knex.tpl' imported from /Users/patamimbre/.npm/_npx/7433acef8618976b/node_modules/@featherscloud/pinion/lib/utils.js
Did you mean to import /Users/patamimbre/.npm/_npx/7433acef8618976b/node_modules/@feathersjs/generators/lib/connection/templates/knex.tpl.js?

CleanShot 2024-01-22 at 21 51 53@2x

Expected behavior

Do not display the weird error

Actual behavior

Create the project without errors

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working): create-feathers@5.0.17