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

Fix error on bin.js:130:5 when running with _npx #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Likhithsai2580
Copy link

Fixes #7

Remove commented-out code block in cofounder/api/build.js to resolve error on bin.js:130:5.

  • cofounder/api/build.js

    • Remove the commented-out code block at line 130.
    • Ensure the code compiles and runs without errors.
  • cofounder/api/package.json

    • Adjust the script for starting the project with _npx to use node instead of nodemon.

Fixes raidendotai#7

Remove commented-out code block in `cofounder/api/build.js` to resolve error on `bin.js:130:5`.

* **`cofounder/api/build.js`**
  - Remove the commented-out code block at line 130.
  - Ensure the code compiles and runs without errors.

* **`cofounder/api/package.json`**
  - Adjust the script for starting the project with _npx to use `node` instead of `nodemon`.
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

Successfully merging this pull request may close these issues.

Error on bin.js:130:5 when running with _npx - Potential Syntax/Runtime/Dependency Issue
1 participant