DEV Community

Discussion on: How to host Nuxt.js application on firebase with a single command

 
slushnys profile image
Zigmas Slušnys

Did you build it with the non scripts provided in the src directory? Everything should be done with those scripts. If there are some missing dependencies it means the package.json may be missing something in functions directory.

Thread Thread
 
crow1796 profile image
Joshua

So do I have to add all of the 3rd party libraries installed inside the src/package.json into my functions/package.json?