node-flex-sdk icon indicating copy to clipboard operation
node-flex-sdk copied to clipboard

cannot install the latest version via npm

Open BorelTung opened this issue 8 years ago • 4 comments

try npm install [email protected] got version not found: [email protected]

while npm install flex-sdk got [email protected]

Could you try to fix it? Possibly would require you to re-publish again

BorelTung avatar Feb 27 '16 06:02 BorelTung

@BorelTung Could it be: "npm install flex-sdk@~4.6.0" as it could be seen in README ?

neminovno avatar Feb 27 '16 22:02 neminovno

npm ERR! notarget No compatible version found: flex-sdk@'>=4.6.0 <4.7.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["4.5.0-0","4.1.0-0","4.0.0-0","3.6.0-0","3.5.0-0","3.4.1-0","3.4.0-0","3.3.0-0","3.2.0-0","3.1.0-0","3.0.1-0","3.0.0-6","3.0.0-5","3.0.0-4","3.0.0-3","3.0.0-2","3.0.0-1","3.0.0-0","3.5.0"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

BorelTung avatar Feb 29 '16 02:02 BorelTung

not working

zcoding avatar Jul 27 '16 11:07 zcoding

npm ERR! node v6.3.1
npm ERR! npm  v3.10.5

npm ERR! No compatible version found: [email protected]
npm ERR! Valid install targets:
npm ERR! 4.5.1-0, 4.5.0-0, 4.1.0-0, 4.0.0-0, 3.6.0-0, 3.5.0, 3.5.0-0, 3.4.1-0, 3.4.0-0, 3.3.0-0, 3.2.0-0, 3.1.0-0, 3.0.1-0, 3.0.0-6, 3.0.0-5, 3.0.0-4, 3.0.0-3, 3.0.0-2, 3.0.0-1, 3.0.0-0

I had tried npm install [email protected] --save-dev and it succeed, but failed if i did npm install [email protected] or npm install flex-sdk@~4.6.0.

Anyone can solve this problem?

zcoding avatar Aug 08 '16 06:08 zcoding