reallySimpleWeather icon indicating copy to clipboard operation
reallySimpleWeather copied to clipboard

dependancy not found

Open NathanAkrill opened this issue 8 years ago • 0 comments

I am using Vue.js and installed this library using npm install --save reallySimpleWeather. The files appear in my node_modules folder but when I go to use it (see below) I get the error:

This dependency was not found:

* reallySimpleWeather in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/Hello.vue

To install it, you can run: npm install --save reallySimpleWeather

Here is how I use it:

import reallySimpleWeather from 'reallySimpleWeather' and then reallySimpleWeather.weather({ ... })

NathanAkrill avatar Oct 20 '17 11:10 NathanAkrill