Hello, I am trying to install Pantry-for-Good. When I run npm install in the Pantry-for-Good directory, I get this error (error.txt). @0x0936 told me to update npm, which I did, and then I received this error (error2.txt). Any help would be appreciated.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
It says that two of the dependencies are outdated, so try installing the version it’s requesting:
npm update minimatch@3.0.2
npm update graceful-fs@4.0.0
Or run the ls command to list which dependencies are using outdated versions:
npm ls minimatch
npm ls graceful-fs
EDIT: There’s a very long thread about this and with many slightly different ways of making it work depending on your setup: https://github.com/npm/npm/issues/13323
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.