JeremyEnglert / JointsWP

A blank WordPress theme built with Foundation 6, giving you all the power and flexibility you need to build complex, mobile friendly websites without having to start from scratch.
http://jointswp.com
851 stars 272 forks source link

Discord.js installl error git checkout 11.3-dev #422

Open LuisYeah1234-hub opened 3 years ago

LuisYeah1234-hub commented 3 years ago

After i run npm install or npm install discord.js says this npm ERR! code 1 npm ERR! Command failed: git checkout 11.3-dev npm ERR! error: pathspec '11.3-dev' did not match any file(s) known to git npm ERR!

garretthyder commented 3 years ago

Hello @LuisYeah1234-hub I think this is an issue with the gulpjs 4.0 temporary workaround before 4.0 was officially released. See similar issue and solution - https://github.com/olefredrik/FoundationPress/issues/1316#issuecomment-432320509 In short update package.json line 16 from "gulp": "github:gulpjs/gulp#v4.0.0",, to "gulp": "^4.0.0",

Let us know if that fixes the issue and we'll PR an update to the package.json file.