DevExpress / testcafe-react-selectors

TestCafe selector extensions for React apps.
https://testcafe.io
MIT License
203 stars 43 forks source link

Unable to install testcafe-react-selector #30

Closed neelay closed 7 years ago

neelay commented 7 years ago

npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "testcafe" "testcafe-react-selector"
npm ERR! node v6.11.2
npm ERR! npm  v3.10.10
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/testcafe-react-selector
npm ERR! 404 
npm ERR! 404  'testcafe-react-selector' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/neelaymehta/WebstormProjects/WebTesting/npm-debug.log```

https://registry.npmjs.org/testcafe-react-selector registry is empty
churkin commented 7 years ago

Hi @neelay, try to add 's' to the end of the module name: npm install -g testcafe-react-selectors

churkin commented 7 years ago

@kirovboris, is it typo on this page https://www.npmjs.com/package/testcafe-react-selectors? import ReactSelector from 'testcafe-react-selector'; and other places.

neelay commented 7 years ago

ohh my bad...i wasted about an hour figuring out why it was not installing. Need a new pair of eyeglasses. Thank you for the response.

churkin commented 7 years ago

We are always glad to help you, @neelay