node-flex-sdk
node-flex-sdk copied to clipboard
cannot install the latest version via npm
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 Could it be: "npm install flex-sdk@~4.6.0" as it could be seen in README ?
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.
not working
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?