You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using npm install, the installer fails with the following error
npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error at:
npm ERR! typeerror <http://github.com/npm/npm/issues>
When
Anytime upon install
Where
*I do not understand the requested info, only worked with npm for building software.
Current Behavior
type in npm install
crash with already posted error
n/a
Steps to Reproduce
Run Linux Mint 19.3 Tricia x86_64 with 5.3.0-59-generic Kernal.
Run npm install (https://github.com/Nicklason/tf2-automatic specifically on this, doubt this is relavent, but good to know if the problem is a false positive for being npm's fault)
wait for it to crash
Expected Behavior
installing of modules, im not too savy with this and do not understand how it should work or what it should do.
I updated and ran the command on the modules im trying to build, similar error as last time.
Did want to point out that the following appeared at the top in most error cases:
npm WARN deprecated request@2.88.2: request has been deprecated, see
https://github.com/request/request/issues/3142
npm ERR! Linux 5.3.0-59-generic
Don't know if that is apart of the issue, but seems to be worth mentioning. Updated debug log is below.
latest reply on #681 (the one eezoo posted) has seemingly fixed it. Seems that the package that linux mint comes with (likely through the ubuntu repos) is very outdated and just needs some updating to work.
What / Why
When
Where
*I do not understand the requested info, only worked with npm for building software.
Current Behavior
Steps to Reproduce
Expected Behavior
npm-debug.log
The text was updated successfully, but these errors were encountered: