When I install bootstrap-3-typeahead, npm complains:
npm WARN notsup Unsupported engine for bootstrap-3-typeahead@4.0.2: wanted: {"node":"~0.10.1"} (current: {"node":"8.10.0","npm":"6.14.6"})
npm WARN notsup Not compatible with your version of node/npm: bootstrap-3-typeahead@4.0.2
How do I get past this? I'm using Visual Studio, which tries to update the npm packages when I load my project, but npm keels over and dies when it encounters this error.
When I install bootstrap-3-typeahead, npm complains:
How do I get past this? I'm using Visual Studio, which tries to update the npm packages when I load my project, but npm keels over and dies when it encounters this error.