I am attempting to add the ZURB Foundation package (https://github.com/IslamMagdy/meteor-foundation) to a project using meteorite, but I am receiving an error.
The documentation tells me to run mrt add foundation in the terminal, but when I do that I get the following error message:
/usr/local/lib/node_modules/meteorite/lib/dependencies/package.js:50
throw 'No package named ' + self.name + ' was found in the atmosphere da
^
No package named foundation was found in the atmosphere database
Looks like atmosphere might have an issue, you could manually add the package in.
Modify you’re
smart.jsonfile, in your apps root directory, so it looks something like (I’ve added the foundation package).Then run
mrtand it should add the package straight from git, and keep it up to date.Edit: I tried the package above and its a bit glitchy.This did work for me however:
Dont forget to remove the foundation package from your smart.json before you do this.