on 2025 Mar 17 11:47 AM
I installed CodeTour Vscode Plugin. Cloned the repo https://github.com/sap-samples/cloud-cap-samples
Tried to open .tour file and I get this error
command failed: npm i --package-lock-only --prefix /Users/adiyen/poc/sap-cap/samples/fiori npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/@capire%2fbookstore - Not found npm error 404 npm error 404 '@capire/bookstore@*' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /Users/adiyen/.npm/_logs/2025-03-17T11_37_32_105Z-debug-0.log
Here is the last 50 lines of the log file
749 http cache https://registry.npmjs.org/buffer 3ms (cache hit)
750 silly packumentCache full:https://registry.npmjs.org/buffer set size:280480 disposed:false
751 silly placeDep ROOT buffer@5.7.1 OK for: bl@4.1.0 want: ^5.5.0
752 silly fetch manifest base64-js@^1.3.1
753 silly packumentCache full:https://registry.npmjs.org/base64-js cache-miss
754 silly fetch manifest ieee754@^1.1.13
755 silly packumentCache full:https://registry.npmjs.org/ieee754 cache-miss
756 http cache https://registry.npmjs.org/ieee754 1ms (cache hit)
757 silly packumentCache full:https://registry.npmjs.org/ieee754 set size:34910 disposed:false
758 http cache https://registry.npmjs.org/base64-js 2ms (cache hit)
759 silly packumentCache full:https://registry.npmjs.org/base64-js set size:41270 disposed:false
760 silly placeDep ROOT base64-js@1.5.1 OK for: buffer@5.7.1 want: ^1.3.1
761 silly placeDep ROOT ieee754@1.2.1 OK for: buffer@5.7.1 want: ^1.1.13
762 silly placeDep ROOT string_decoder@1.3.0 OK for: readable-stream@3.6.2 want: ^1.1.1
763 silly placeDep ROOT util-deprecate@1.0.2 OK for: readable-stream@3.6.2 want: ^1.0.1
764 silly placeDep ROOT is-number@7.0.0 OK for: to-regex-range@5.0.1 want: ^7.0.0
765 silly placeDep ROOT media-typer@0.3.0 OK for: type-is@1.6.18 want: 0.3.0
766 silly placeDep ROOT sax@1.4.1 OK for: xml2js@0.6.2 want: >=0.6.0
767 silly placeDep node_modules/xml2js xmlbuilder@11.0.1 OK for: xml2js@0.6.2 want: ~11.0.0
768 silly placeDep node_modules/body-parser-xml xmlbuilder@11.0.1 OK for: xml2js@0.5.0 want: ~11.0.0
769 silly placeDep node_modules/http-proxy-middleware ms@2.1.3 OK for: debug@4.4.0 want: ^2.1.3
770 verbose stack HttpErrorGeneral: 404 Not Found - GET https://registry.npmjs.org/@capire%2fbookstore - Not found
770 verbose stack at /Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js:103:15
770 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
770 verbose stack at async RegistryFetcher.packument (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:90:19)
770 verbose stack at async RegistryFetcher.manifest (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:128:23)
770 verbose stack at async #fetchManifest (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:1202:20)
770 verbose stack at async #nodeFromEdge (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:1040:19)
770 verbose stack at async #buildDepStep (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:904:11)
770 verbose stack at async Arborist.buildIdealTree (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:181:7)
770 verbose stack at async Arborist.reify (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:131:5)
770 verbose stack at async Install.exec (/Users/adiyen/.nvm/versions/node/v22.14.0/lib/node_modules/npm/lib/commands/install.js:150:5)
771 verbose statusCode 404
772 verbose pkgid @capire/bookstore@*
773 error code E404
774 error 404 Not Found - GET https://registry.npmjs.org/@capire%2fbookstore - Not found
775 error 404
776 error 404 '@capire/bookstore@*' is not in this registry.
777 error 404
778 error 404 Note that you can also install from a
779 error 404 tarball, folder, http url, or git url.
780 silly unfinished npm timer reify 1742211452214
781 silly unfinished npm timer reify:loadTrees 1742211452214
782 verbose cwd /Users/adiyen/poc/sap-cap/samples
783 verbose os Darwin 24.3.0
784 verbose node v22.14.0
785 verbose npm v10.9.2
786 verbose exit 1
787 verbose code 1
788 error A complete log of this run can be found in: /Users/adiyen/.npm/_logs/2025-03-17T11_37_32_105Z-debug-0.log
Request clarification before answering.
User | Count |
---|---|
87 | |
11 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.