You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy fails with Cannot find module '@ground/proto'. This started happening after adding a dependency on @ground/proto to the functions package in #1821. The same happen when depending on @ground/lib.
The text was updated successfully, but these errors were encountered:
Referring to full path of index ('@ground/proto/dist/index')
Upgrading firebase-tools to latest version
It appears monorepos aren't supported by Firebase (firebase/firebase-tools#653), but it's unclear why the deploy was working when functions was only depending on lib, which is currently the case in master.
Deploy fails with
Cannot find module '@ground/proto'
. This started happening after adding a dependency on@ground/proto
to thefunctions
package in #1821. The same happen when depending on@ground/lib
.The text was updated successfully, but these errors were encountered: