Skip to content

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