Closed jzunigarce closed 1 year ago
@jzunigarce which IDE / Editor do you use?
I use neovim
Ah ok. Was curious. I have a task runner thats not working. tasks.json won't start the app.
* Executing task: npm start
npm WARN npm npm does not support Node.js v10.24.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
> radiologger@1.0.0 start /media/gbowne1/18656299-5992-400a-a7a4-b6ffc4b0612f/Documents/RadioLogger
> nodemon
[nodemon] 2.0.7
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): dist/server
[nodemon] watching extensions: js
[nodemon] starting `node dist/server/bundle.js`
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '~/Documents/RadioLogger/dist/server/bundle.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
[nodemon] app crashed - waiting for file changes before starting...
I still have to fix the WARN: but thats a side issue.
Details
logger.info('text')