How do I add npm packages to graphcool functions? ...
# prisma-whats-new
n
How do I add npm packages to graphcool functions? Do I just require them or do I need a specific package.json to be placed somewhere?
m
Assuming you’re using the CLI framework, then you need a package.json file in the same folder as your graphcool.yml file.
n
thanks @mwickett!