Skip to content

Project manager npm cannot dev #99

@Tchips46

Description

@Tchips46

Which command is this bug report for?

other

Issue description

Step to reproduice :

  1. nf new -d /path/to --name project --project-manager npm --language ts --strict --no-server --no-skip-install --no-docker
  2. nf dev -d /path/to/project
    You should see :
npm warn Unknown cli config "--watch". This will stop working in the next major version of npm.
npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm.
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
npm warn Unknown env config "catalogs". This will stop working in the next major version of npm.
npm error Missing script: "nf"
npm error
npm error To see a list of scripts, run:
npm error   npm run

Failed to execute command: npm run nf build --watch

npm warn Unknown cli config "--watch". This will stop working in the next major version of npm.
npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm.npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
npm warn Unknown env config "catalogs". This will stop working in the next major version of npm.

npm error Missing script: "nf"npm error
npm error To see a list of scripts, run:
npm error   npm run

Code sample

Versions

  • @nanoforge-dev/cli@1.2.0 /home/leoout/eip/cli

Issue priority

Medium (should be fixed soon)

I have tested this issue on a development release

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions