DEV Community

Discussion on: Deploy nuxt on Firebase

Collapse
 
tomisinteazer profile image
legendary sage

hello thanks for the tutorial
i tried this out i ran into some issues and i dont seem to know what is wrong
here is the error i got

quiccly@1.0.0 dev /Users/Legendary/Documents/projects/nuxt pwa/Farm_app
cross-env NODE_ENV=development nodemon src/server/index.js --watch server

sh: cross-env: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! quiccly@1.0.0 dev: cross-env NODE_ENV=development nodemon src/server/index.js --watch server
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the quiccly@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Legendary/.npm/_logs/2020-08-08T01_16_18_348Z-debug.log

so far i have installed nodemon and i dont seem to be using express for the project config from scratch

Collapse
 
tomisinteazer profile image
legendary sage

i don't have cross-envs installed as well