question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] [typescript-angular] unable to run `npm install` after generating client

See original GitHub issue

Hi,

Please confirm tsickle version aligns with typescript version in most updated maven central jar. Currently they do not align (~4.3 and >=4.4.0 respectively) and npm install requires --force.

Suggested fix: remove tsickle from requirements for generated typescript code.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
kyryl-bogachcommented, Aug 18, 2022

The issue is still present

0reactions
blaghedcommented, Dec 1, 2022

Can confirm this is still happening on v6.2.1 (current master). I’m able to fix this by having my own template “package.mustache” without the “tsickle” dependency, but would love for a fix at source. Do you need someone to contribute this 1 line removal?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix Cannot find module 'typescript' in Angular 4?
I was able to solve this problem by removing node_modules then running npm install ... Run: npm link typescript if you installed globally....
Read more >
TypeScript configuration - Angular
Browsers can't execute TypeScript directly. Typescript must be "transpiled" into JavaScript using the tsc compiler, which requires some configuration.
Read more >
typescript - npm
Start using typescript in your project by running `npm i typescript`. There are 38031 other projects in the npm registry using typescript.
Read more >
Google APIs Node.js Client
Installation. This library is distributed on npm . In order to add it as a dependency, run the following command: $ npm install...
Read more >
jspdf - npm
PDF Document creation from JavaScript. Latest version: 2.5.1, last published: 10 months ago. Start using jspdf in your project by running ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found