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
Trying to install a specific version of a package, I get an error:
❯ try [email protected]
Gonna start a REPL with packages installed and loaded for you
Couldn't find '[email protected]' locally, gonna download it now
No compatible version found: electron-api-docs@'1.4.2@latest'
Valid install targets:
["1.4.1","1.4.2"]
/usr/local/lib/node_modules/trymodule/index.js:29
throw new Error('npm install error')
^
Error: npm install error
at npmi (/usr/local/lib/node_modules/trymodule/index.js:29:19)
at installCallback (/usr/local/lib/node_modules/trymodule/node_modules/npmi/npmi.js:102:9)
at cb (/usr/local/lib/node_modules/trymodule/node_modules/npm/lib/install.js:119:20)
at cb (/usr/local/lib/node_modules/trymodule/node_modules/npm/lib/install.js:599:40)
at /usr/local/lib/node_modules/trymodule/node_modules/npm/lib/install.js:707:22
at cb (/usr/local/lib/node_modules/trymodule/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
at /usr/local/lib/node_modules/trymodule/node_modules/npm/lib/install.js:912:14
at /usr/local/lib/node_modules/trymodule/node_modules/npm/lib/cache.js:335:58
at cb (/usr/local/lib/node_modules/trymodule/node_modules/npm/lib/cache/add-named.js:53:5)
at next (/usr/local/lib/node_modules/trymodule/node_modules/npm/lib/cache/add-named.js:95:12)
The text was updated successfully, but these errors were encountered:
Trying to install a specific version of a package, I get an error:
The text was updated successfully, but these errors were encountered: