Hi George,

Tried it with your versions, and I have no problem installing. I suspect 
you have a corrupted runtime.
To fix this go to the command line, inside your project and run the 
following commands:

(assuming you are on windows?)

rd /s node_modules
npm install
npm install angular-in-memory-web-api --save

and report back after that.
(if you are not on windows, change the first command to:
rm -fr node_modules
)

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to