In this case, I need it request-promise
, but when I start to respond to my own project, I get an error:
"Unable to resolve module x. If you are sure the module is there, try restarting the packager."
This error is reported according to each depending request
on request-promise
. I restarted the packer and also uninstalled node_modules
and reinstalled. In general, what happens in this error and in concrete, what can be done to solve it?
node v4.2.1, npm v2.14.7
source
share