Hi Peter,

Hmm, so you have trouble reproducing the issue?
This is just a hunch, but it might just be that you have stale/corrupted 
files in npm_modules.
do the following.

rm -fr node_modules
rm yarn.lock
rm package-lock.json
npm i # or `yarn`

I had quite a while back some corrupted files in my local cache. While 
unlikely, you might want to clear out your npm/yarn cache too before the 
reinstall.

Try this, and let me know!

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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to