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
When I try to create the todo-list application in Windows PowerShell as administrator, takes this error:
-----------------------------------------8<-----------------------------------------
❯ lb4 app
? Nome do projeto: todo-list
? Descrição do projeto: A todo list API made with LoopBack 4.
? Diretório-raiz do projeto: todo-list
? Nome da classe do aplicativo: TodoListApplication
? Selecionar recursos para ativar no projeto Enable eslint, Enable prettier, Enable mocha, Enable
loopbackBuild, Enable vscode, Enable docker, Enable repositories, Enable services
force todo-list.yo-rc.json
create todo-list.eslintignore
create todo-list.eslintrc.js
create todo-list.mocharc.json
create todo-list.prettierignore
create todo-list.prettierrc
create todo-list\DEVELOPING.md
create todo-list\package.json
create todo-list\tsconfig.json
create todo-list.vscode\launch.json
create todo-list.vscode\settings.json
create todo-list.vscode\tasks.json
create todo-list.gitignore
create todo-list.dockerignore
create todo-list\Dockerfile
create todo-list\README.md
create todo-list\public\index.html
create todo-list\src\application.ts
create todo-list\src\index.ts
create todo-list\src\migrate.ts
create todo-list\src\openapi-spec.ts
create todo-list\src\sequence.ts
create todo-list\src\controllers\index.ts
create todo-list\src\controllers\ping.controller.ts
create todo-list\src\controllers\README.md
create todo-list\src\datasources\README.md
create todo-list\src\models\README.md
create todo-list\src\repositories\README.md
create todo-list\src_tests_\README.md
create todo-list\src_tests_\acceptance\home-page.acceptance.ts
create todo-list\src_tests_\acceptance\ping.controller.acceptance.ts
create todo-list\src_tests_\acceptance\test-helper.ts
No change to package.json was detected. No package manager install will be executed.
npm WARN config cache-min This option has been deprecated in favor of --prefer-offline.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @types/debug@^4.1.8.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in: C:\Users\alexa\AppData\Local\npm-cache_logs\2023-10-29T09_08_55_072Z-debug-0.log
O aplicativo todo-list foi criado em todo-list.
Próximas etapas:
$ cd todo-list
$ npm start
-----------------------------------------8<-----------------------------------------
Are you running nvm for managing the node version you're running? Yes
What's the node version? (run node -v) 18.18.1
which OS are you using? Windows 11 Pro
Do you get command not found error? or other error? Yes
Did you install @loopback/cli at the global level? i.e. npm i -g @loopback/cli. Yes
'lb-clean' is not recognized as an internal or external command,
operable program or batch file.
------------------------------8<------------------------------
Describe the bug
Hi,
When I try to create the todo-list application in Windows PowerShell as administrator, takes this error:
-----------------------------------------8<-----------------------------------------
❯ lb4 app
? Nome do projeto: todo-list
? Descrição do projeto: A todo list API made with LoopBack 4.
? Diretório-raiz do projeto: todo-list
? Nome da classe do aplicativo: TodoListApplication
? Selecionar recursos para ativar no projeto Enable eslint, Enable prettier, Enable mocha, Enable
loopbackBuild, Enable vscode, Enable docker, Enable repositories, Enable services
force todo-list.yo-rc.json
create todo-list.eslintignore
create todo-list.eslintrc.js
create todo-list.mocharc.json
create todo-list.prettierignore
create todo-list.prettierrc
create todo-list\DEVELOPING.md
create todo-list\package.json
create todo-list\tsconfig.json
create todo-list.vscode\launch.json
create todo-list.vscode\settings.json
create todo-list.vscode\tasks.json
create todo-list.gitignore
create todo-list.dockerignore
create todo-list\Dockerfile
create todo-list\README.md
create todo-list\public\index.html
create todo-list\src\application.ts
create todo-list\src\index.ts
create todo-list\src\migrate.ts
create todo-list\src\openapi-spec.ts
create todo-list\src\sequence.ts
create todo-list\src\controllers\index.ts
create todo-list\src\controllers\ping.controller.ts
create todo-list\src\controllers\README.md
create todo-list\src\datasources\README.md
create todo-list\src\models\README.md
create todo-list\src\repositories\README.md
create todo-list\src_tests_\README.md
create todo-list\src_tests_\acceptance\home-page.acceptance.ts
create todo-list\src_tests_\acceptance\ping.controller.acceptance.ts
create todo-list\src_tests_\acceptance\test-helper.ts
No change to package.json was detected. No package manager install will be executed.
npm WARN config cache-min This option has been deprecated in favor of
--prefer-offline
.npm ERR! code ETARGET
npm ERR! notarget No matching version found for @types/debug@^4.1.8.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in: C:\Users\alexa\AppData\Local\npm-cache_logs\2023-10-29T09_08_55_072Z-debug-0.log
O aplicativo todo-list foi criado em todo-list.
Próximas etapas:
$ cd todo-list
$ npm start
-----------------------------------------8<-----------------------------------------
Logs
Additional information
No response
Reproduction
https://github.com/alexcar/todo-list-lookback
The text was updated successfully, but these errors were encountered: