You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Need help, Creating the chaincode was succesful but,
Running the command
npx lerna run dev:debug --scope myapp --stream
did not create the api in the localhost:3000/
Let me know something is missed
Result returned when running the command:
myapp: [nodemon] starting node -r ts-node/register --inspect-brk server/index.ts
myapp: Debugger listening on ws://127.0.0.1:9229/3e467566-5a70-441e-8509-a8f0c4b96d14
myapp: For help see https://nodejs.org/en/docs/inspector
The text was updated successfully, but these errors were encountered:
Hi,
Need help, Creating the chaincode was succesful but,
Running the command
npx lerna run dev:debug --scope myapp --stream
did not create the api in the localhost:3000/
Let me know something is missed
Result returned when running the command:
myapp: [nodemon] starting
node -r ts-node/register --inspect-brk server/index.ts
myapp: Debugger listening on ws://127.0.0.1:9229/3e467566-5a70-441e-8509-a8f0c4b96d14
myapp: For help see https://nodejs.org/en/docs/inspector
The text was updated successfully, but these errors were encountered: