Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

How to handle hotfixes with libraries? [closed]

so i have an application that has 5 UI's Repositories, and a ton of npm libraries and services (that we created). We have 3 environments DEV, QA, and PROD. We are deploying changes all of the time to ...
Fran910's user avatar
  • 35
0 votes
1 answer
18 views

how do i normally run "npm-run-algolia"?

When i run npm run algolia cmd, something error come out. Can someone help me ? error like this: Run npm run algolia npm run algolia shell: /usr/bin/bash -e {0} > [email protected] algolia >...
Jianjun Cheng's user avatar
0 votes
0 answers
30 views

npm install giving error --> npm ERR! code 2 npm ERR! git dep preparation failed

i am using node 18.19.1 and npm 10.2.4 npm ERR! code 2 npm ERR! git dep preparation failed npm ERR! command C:\Program Files\nodejs\node.exe C:\Users\someDir1\AppData\Roaming\nvm\v18.19.1\node_modules\...
Ajeet Sahu's user avatar
0 votes
0 answers
50 views

Unable to validate data factory with global parameters that is not under GIT control using azure-data-factory-utilities NPM package

We have three ADF environments: DEV, TEST, and PROD and have implemented the new CI/CD flow as outlined in the link below. https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-...
Geekn's user avatar
  • 2,822
-2 votes
1 answer
34 views

Answer release-it command line prompts with options?

Does release-it have command line options that can be substituted for answers to the prompts? For example --push instead of saying yes to push.
Ole's user avatar
  • 45.3k
0 votes
1 answer
29 views

OpenPlatform (Total.js): node index.js gives Error: Cannot find module ../openplatform-master/plugins/.DS_Store/index.js

My question is about OpenPlatform. When I run the command: node index.js from the Manual Installation instructions, I get the following output and error below: Note: I'm running zsh shell from a ...
GFCH's user avatar
  • 1
0 votes
1 answer
38 views

npm install from private forgejo via git+https results in "403 forbidden" of "verify"

I recently moved from private GitLab to private Forgejo. Now I see this issue with an older project that uses npm, here's the package.json { "name": "zzz", "version": ...
lippoliv's user avatar
  • 727
0 votes
0 answers
26 views

How do I tell npm version from-git to preserve the pre-release information if any?

In our CI pipeline, we run a special publish job whenever a tag is made. Within it we use npm version from-git before publishing, to make sure the package.json has the same version in there as is in ...
Arno Moonen's user avatar
  • 1,184
0 votes
0 answers
24 views

Ignore package-lock of git dependecy on npm install

I have a UI kit dependency, which is resolved from git like this: "dependencies": { "ui-kit": "git+ssh://git@***", ... } This git repo contains my lib with a package-...
Sergey's user avatar
  • 11
0 votes
1 answer
26 views

Run NPM Build for different apps in same Repo

I have two apps that live in the same project. "start:dev": "nest start --watch", "start:worker:dev": "nest start --watch --entryFile main-worker", ...
itsjustcarlos's user avatar
0 votes
1 answer
31 views

My ant build fails concerning to node and npm - "npm error for site : Permission denied (publickey)."

Please find my ant target details concerning to node and npm for which my build process fails. <!-- Task to Install the required node modules --> <target name="resolve-npm" depends=&...
Dev Anand Sadasivam's user avatar
0 votes
0 answers
65 views

NPM not being able to find a file, this issue occurred while trying to install "ews-javascript-api-auth" package on the server

I tried to install "ews-javascript-api-auth" npm package and works fine on my machine but when I pushed it to the server I found this issue NPM not being able to find a file. npm notice New ...
M.Shaltoot's user avatar
1 vote
1 answer
23 views

git-submodule: bad variable name in nodejs project

This is likely the same problem as git-submodule: bad variable name, but with additional information provided in order to more easily solve the problem $ git submodule summary /usr/lib/git-core/git-...
TheNumberOne's user avatar
0 votes
0 answers
26 views

After applying Prettier & Eslint code formats, it says there are changes in working tree, even there are no changes

After I made some changes on my project, I did npx prettier --write . && npx eslint . --fix. It says most of files were modified in git directory, but actually, there are no changes in working ...
Gardener1688's user avatar
1 vote
0 answers
82 views

npm run deploy outputs "[email protected]: Permission denied (publickey)" with ssh key

tldr I have tried many approaches troubleshooting npm run deploy to deploy using SSH on GitHub Pages and it gives the error: [email protected]: Permission denied (publickey). fatal: Could not read from ...
Colin McMurtray's user avatar

15 30 50 per page
1
2 3 4 5
71