Hey there, I'm trying to set up an AWS S3 upload API for my application and the aws-sdk module uses jmespath as a dependency. However, after running npm install --save aws-sdk followed by running my server with nodemon app.jsI get this error:module.js:487 throw err; ^ Error: Cannot find module 'jmespath' at Function.Module._resolveFilename (module.js:485:15) at Function.Module._load (module.js:437:25) at Module.require (module.js:513:17) at require (internal/module.js:11:18) Am I missing something here? I've never seen the need to go into a module in the node_module dir and run npm install so something seems off to me.I am running Node version 8.1.1 and whatever the latest version of AWS-SDK is I believe it's 2.314.0. Any ideas?
Submitted September 13, 2018 at 01:52AM by evsoul
No comments:
Post a Comment