when i am trying to give this command
Node js
$bun App.js
error: Cannot find module "./util.inspect" from "/Users/rehan/taptechinc/server/node_modules/object-inspect/index.js"
React js
what command can i write ?
when i am trying to give this command
Node js
$bun App.js
error: Cannot find module "./util.inspect" from "/Users/rehan/taptechinc/server/node_modules/object-inspect/index.js"
React js
what command can i write ?
bun run app.js
or for react (for example)
bun create react sample-app
cd sample-app
bun dev