Friday 19 May 2017

React Native unable to resolve module ../when

I am trying to use the npm module when and installing it

npm install when

when but for some reason it keeps saying it can not find it even though it's there. I have cleared all cache and rebuilt the project. This is the only module that gives any issues and it is saying when/dist/when doesn't exist.

import when from "when";

enter image description here



via code_bash

No comments:

Post a Comment