Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not build #33

Open
tdrone993 opened this issue Sep 16, 2024 · 2 comments
Open

Does not build #33

tdrone993 opened this issue Sep 16, 2024 · 2 comments

Comments

@tdrone993
Copy link

npm http fetch GET https://registry.nlark.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/slice-ansi/download/slice-ansi-4.0.0.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/shebang-regex/download/shebang-regex-3.0.0.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/slash/download/slash-3.0.0.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/set-value/download/set-value-2.0.1.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/safe-buffer/download/safe-buffer-5.1.2.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/rollup-plugin-external-globals/download/rollup-plugin-external-globals-0.6.1.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/repeat-element/download/repeat-element-1.1.4.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/regexpp/download/regexpp-3.2.0.tgz attempt 3 failed with ENOTFOUND
npm http fetch GET https://registry.nlark.com/posthtml-render/download/posthtml-render-1.4.0.tgz attempt 3 failed with ENOTFOUND

@ddomit
Copy link

ddomit commented Nov 19, 2024

did you find a fix?

@DqPatrick
Copy link

The solution can be found here: #36

The translation states, that all nlark.com hosts in the package-lock.json file (for the cloud_api_sample_docker.zip => source/nginx/front_page) must be replaced with the npmjs.org host.

Note for the docker deployment
It seems, that in one of the registries the ssl certificate expired. A quick and dirty fix: Run the npm config set strict-ssl false command before the npm install command

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

No branches or pull requests

3 participants