404 from npmjs.org on install
spinlock99 opened this issue · 2 comments
spinlock99 commented
Hi all,
When I try to install the addon, I get the following error:
$ember install ember-data-url-tempates
version: 1.13.14
Registry returned 404 for GET on https://registry.npmjs.org/ember-data-url-tempates
Error: Registry returned 404 for GET on https://registry.npmjs.org/ember-data-url-tempates
amiel commented
It looks like you have a typo in your install command.
ember install ember-data-url-tempates
is missing an l
, it should be ember install ember-data-url-templates
I hope this helps :)
spinlock99 commented
wow.
that was dumb.
thanks so much for your help.