Skip to content
New issue

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

Error: Cannot find module 'boxen' #11

Open
markdrrr opened this issue Feb 25, 2024 · 5 comments
Open

Error: Cannot find module 'boxen' #11

markdrrr opened this issue Feb 25, 2024 · 5 comments

Comments

@markdrrr
Copy link

I try code transfer-jettons.ts and get this error.

npx ts-node .\transfer-jettons.ts
Error: Cannot find module 'boxen'

@zapletnev
Copy link

The same

@zapletnev
Copy link

@markdrrr temporary you can install boxen package globally:

npm install -g [email protected]

@samyarkd
Copy link

samyarkd commented Mar 6, 2024

i have this issue too, installing it globally did not work for me

update: installing it directly into the project worked npm install [email protected] without the specific version did not work too so install [email protected]

i also checked in the source code and i think the reason for this error might be that it's a devDependency.

@tina1998612
Copy link

same error

@gitjeet
Copy link

gitjeet commented Apr 25, 2024

This worked for me npm install -g [email protected]
after this there was issue with chalk
this fix it
npm install -g [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants