Closed patrickbjohnson closed 6 years ago
Seems like it may be related to the node_modules
being ignored and not code editors (in this case VSCode) not updating the directory unless you reboot the IDE.
I've also seen this behaviour in VSCode. When in doubt, open the directory in Finder 😄
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Problem
When trying to run
npm i --save <PACKAGE NAME>
the package never downloads to Slate'snode_modules
directory.Replication steps
npm i --save flickity
node_modules
directory at the root of the Slate project.flickity
direcotry does not display.More Information
For me, this has happened with two separate packages: Flickity and CartJS. This has happened within the same project but across two separate computers. More than happy to try and duplicate on a fresh theme install if that would better service this issue.
Currently using
"@shopify/slate-tools": "0.13.0"
version of Slate