trymodule icon indicating copy to clipboard operation
trymodule copied to clipboard

Error installing specific version

Open zeke opened this issue 7 years ago • 2 comments

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)

zeke avatar Oct 03 '16 16:10 zeke

hm, is there any way around?

hyzhak avatar Mar 01 '18 16:03 hyzhak

Not found a way around this, the project seems to be dead.

woodyrew avatar Oct 30 '18 11:10 woodyrew