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.

flow-typed 2.5.0 fails installing / updating packages

See original GitHub issue

when running flow-typed update or install it fails with error: here is sample output:

$ which flow-typed
./node_modules/.bin/flow-typed

$ flow-typed install --overwrite 
• Found 142 dependencies in package.json to install libdefs for. Searching...
• rebasing flow-typed cache...
• Installing 33 libDefs...
  • react-router_v4.x.x.js
    └> ./flow-typed/npm/react-router_v4.x.x.js
react-router
... here is list of installed typings for various packages ...
• Generating stubs for untyped dependencies...
(node:94293) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
[0] usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[0]                [-o owner] file1 file2
[0]        install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[0]                [-o owner] file1 ... fileN directory
[0]        install -d [-v] [-g group] [-m mode] [-o owner] directory ...
[0] install exited with code 64

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jossercommented, Jul 6, 2018

Please note, deprecation warning is actually came from webpack, because I’m using plugin which not compatible with latest webpack@4 plugin system.

However, i’m really interesting why flow-typed need to run webpack to install typings

0reactions
GAntoinecommented, Jul 8, 2018

Glad to hear it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

flow-typed | Yarn - Package Manager
All you have to do when you add one or more new dependencies to your project is run flow-typed install . This will...
Read more >
Npm package installation error on other partition
I'm getting this error whenever I install a package from npm on another ... to load node_modules/.package-lock.json out of date, updated: ...
Read more >
https://raw.githubusercontent.com/flow-typed/flow-...
... (#4171) ### Changed - CLI tool now ships with flowtypes (#4233) - Install ... Changed - Add package health badge to the...
Read more >
I have a error because install react-native into my app
I show you code from a package.json, my code from component and error code. I tried to install react-native from npm but now...
Read more >
2.5.2 -> 2.6.0 update failure : r/PFSENSE - Reddit
At this point I'm tempted to try uninstalling all packages, but I somehow doubt that will work, given the logs just reflect a...
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