bhai-lang
bhai-lang copied to clipboard
Project not running on localhost
Description
Unable to run on local system
I have gone through issue https://github.com/DulLabs/bhai-lang/issues/80 , but no luck!
Please help me out with this @ankitchouhan1020
Domain
Develop
Type of Contribution
No response
Code of Conduct
- [X] I follow Contributing Guidelines & Code of conduct of bhai-lang.
Use the following commands.
npm i
npm run build
npm run dev
Yes, tried this only, got the above error (ss)
Are you on windows? This stack overflow thread may help you https://stackoverflow.com/questions/44764004/ts-node-is-not-recognized-as-an-internal-or-external-command-operable-program
@Lakhankumawat Please add these steps in contribution guidelines.
Are you on windows? This stack overflow thread may help you https://stackoverflow.com/questions/44764004/ts-node-is-not-recognized-as-an-internal-or-external-command-operable-program
Yes, does not seem related, did not work
Basically tsup package is not recognized via node. Easy solution would be install tsup globally. Hard solution is to check why nodeJS is unable to recognize tsup package in node_modules folder.
@Rishit30G you can use yarn
@Rishit30G you can use yarn
Tried that as well, but got the same issue
tsconfig/base.json file exists in packages/tsconfig/base.json
Check for tsconfig package in node_modules
I am also facing same issue even after trying all above suggestions
tsconfig
Hey! I tried this as well, maybe there is an issue at your end because @thehardikchaturvedi is also facing the same issue, maybe once it is fixed, please let us know Really looking forward to contribute!!
Any updates ?
does npm install tsup give you any error message, are you able to find the tsup folder under node_modules?
does npm install tsup give you any error message, are you able to find the tsup folder under node_modules?
No Error on npm i
Please try npm install tsup and confirm if you see the tsup folder inside node_modules.
Can we please have CI for all 3 OS to ensure the code is working fine on all the environments? For starter, you can check this https://github.com/DulLabs/bhai-lang/pull/156