We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx create-react-app --version 5.0.1
npm list consola [email protected] /Users/gferreyra/dev/consola-test.ts └── [email protected]
node --version v21.6.2
npx create-react-app ts-console-module --template typescript npm i consola import {} from 'consola/browser' npm run start
npx create-react-app ts-console-module --template typescript
npm i consola
import {} from 'consola/browser'
npm run start
Trying to use consola/browser module in a typescript react app, the module consola/browser is not found.
This only happens in the Typescript version of the app, in a standar javascript react app the module is correctly found.
No response
The text was updated successfully, but these errors were encountered:
Hey there @gonzalofj , if you change the moduleResolution from node to Bundler in your tsconfig.json file, it works perfectly.
moduleResolution
node
Bundler
Sorry, something went wrong.
No branches or pull requests
Environment
npx create-react-app --version
5.0.1
npm list consola
[email protected] /Users/gferreyra/dev/consola-test.ts
└── [email protected]
node --version
v21.6.2
Reproduction
npx create-react-app ts-console-module --template typescript
npm i consola
import {} from 'consola/browser'
npm run start
Describe the bug
Trying to use consola/browser module in a typescript react app, the module consola/browser is not found.
This only happens in the Typescript version of the app, in a standar javascript react app the module is correctly found.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: