skip to Main Content

Firebase functions Error: Cannot find module 'diagnostics' – Woocommerce

I keep seeing this error when I run firebase deploy --only functions in my functions directory. I get this: Error: Cannot find module 'diagnostics' Require stack: - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolsnode_moduleswinstonlibwinstonexception-handler.js - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolsnode_moduleswinstonlibwinstonlogger.js - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolsnode_moduleswinstonlibwinstoncreate-logger.js - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolsnode_moduleswinstonlibwinston.js - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolsliblogger.js - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolslibindex.js - C:UsersJohnsonAppDataRoamingnvmv12.16.1node_modulesfirebase-toolslibbinfirebase.js…

VIEW QUESTION

Install yarn and npm in WSL – Debian

I have installed Windows Subsystem for Linux (WSL) and Ubuntu 16.04 on my Windows 10. Then I followed this to install yarn: sudo apt update sudo apt install curl curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/…

VIEW QUESTION

Building front before creating Docker image – Debian

I'm new to Docker and currently and I'm working on the dokernizing some apps. Structure of project : -PlayProject -------app ----------controllers ----------models ----------views -------ci -------conf -------project -------public ----------css ----------js ----------img ----------fonts -------sbt-cache -------src -------target -------front ------------header (npm folder) ------------footer (npm…

VIEW QUESTION
Back To Top
Search