Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

I have a frontend repo, in which I have a subdirectory named share-test-ids. I have a package.json there { "name": "shared-test-ids", "version": "1.0.0", &...
Oleg's user avatar
  • 29
0 votes
0 answers
46 views

I'm building a CLI using Oclif v4 with TypeScript and tsup for bundling. I want my main command to run by default, without requiring the user to type it as a subcommand. Currently, my oclif ...
0 votes
1 answer
97 views

I would like to use lightweight-charts library with ES module. I would like to use lightweight-charts on browser so I followed instruction of the document https://tradingview.github.io/lightweight-...
1 vote
1 answer
261 views

I use this nx generate @angular/core:inject to migrate projects but get below error: Could not find any files to migrate under the path /home/jibit/Desktop/jibit-angular-workspace/. Cannot run the ...
-1 votes
1 answer
96 views

I have a dependencies Issue, I tried to install a specific package, after installation it affect on more than one package, I removed the node_modules and reinstalled pnpm installl still the same ...
0 votes
0 answers
91 views

I recently updated the following package in my Teams bot project: "@microsoft/teamsfx": "^4.0.0" // previously using 3.0.0 After the update, some code broke due to changes in the ...
0 votes
1 answer
70 views

Let's suppose we have package A that's dependent on package B. For package B, we can easily rebuild the package idempotent by running npm ci since we honor the package-lock.json to make sure every ...
2 votes
1 answer
62 views

I have created an npm package "theme" that contains @font-face and font-size definitions. This npm package is integrated into an Angular library "shared-elements", which contains the components. This ...
0 votes
0 answers
351 views

I have an React Native app built with Expo. I was getting some errors out of Expo Doctor: npx -y expo-doctor I found in the Advice of the error message that these checks can be skipped: Advice: Use ...
0 votes
1 answer
232 views

I'm trying to add a Clip app to exciting React Native project. But unfortunately the size of it is too big due to dependencies of the main app. I've already added only necessary native dependencies in ...
1 vote
0 answers
176 views

We have this setup in a monorepo: apps/mobile (React Native) apps/admin (Next.JS) apps/client (Next.JS) packages/ui (shared in Next.JS packages: apps/admin and apps/client) The current yarn setup ...
0 votes
0 answers
395 views

I'm stuck with this issue and it's driving me a bit crazy. Hope someone can throw me a lifeline here. So I have a frontend Angular project. In this project, I have a private package (my-shared-lib) ...
0 votes
0 answers
95 views

I'm working on a few TS packages with the following setup and am getting TS7016 errors. Module A (to-be-imported) // package.json "name": 'module-a' ... "main": "./...
1 vote
0 answers
72 views

Consider a typical JavaScript library published on npm, with dependencies. The package declares its dependencies in package.json, where it does not specify exact versions of those dependencies but ...
0 votes
1 answer
30 views

I accidentally deleted the node_modules folder. I can't reinstall it since the files containing the npm libraries called package.json has been deleted as well. Is there some other way of manually ...

15 30 50 per page
1
2 3 4 5
...
231

AltStyle によって変換されたページ (->オリジナル) /