-
Notifications
You must be signed in to change notification settings - Fork 1
Project manager npm cannot dev #99
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Which command is this bug report for?
other
Issue description
Step to reproduice :
nf new -d /path/to --name project --project-manager npm --language ts --strict --no-server --no-skip-install --no-dockernf 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working