We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Did npm install --save-dev tether-sheperd and it doesn't seem to import correctly?
npm install --save-dev tether-sheperd
My import code: import Sheperd from 'tether-sheperd'; And I get an error about tether-sheperd not being a module?
import Sheperd from 'tether-sheperd'
The text was updated successfully, but these errors were encountered:
Me being stupid. Sorry.
Sorry, something went wrong.
I'm stupid too. How did you resolve this? The only typings file I can find is many versions outdated.
@adamdport I spelt it incorrectly. I spelt it sheperd instead of shepherd. Missed the h out lol.
sheperd
shepherd
h
No branches or pull requests
Did
npm install --save-dev tether-sheperd
and it doesn't seem to import correctly?My import code:
import Sheperd from 'tether-sheperd'
;And I get an error about tether-sheperd not being a module?
The text was updated successfully, but these errors were encountered: