@MarshallOfSound I managed to build the project successfully with no errors but when I run the command
yarn dev
I get this output
$ yarn dev
yarn run v1.10.1
$ concurrently --raw "npm run start-fe" "npm run start-server-dev" "npm run star
t-static"
┌───────────────────────────────────────────────────────────────┐
│ npm update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) C:\Users\eWorldES\.config │
└───────────────────────────────────────────────────────────────┘
> nucleus-server@1.1.3 start-server-dev D:\nucleus-server
> nodemon --watch src --exec "npm run build-server && cross-env DEBUG=nucleus* n
pm run start-server" -e ts
> nucleus-server@1.1.3 start-fe D:\nucleus-server
> webpack-dev-server --progress --profile --colors --quiet --open
> nucleus-server@1.1.3 start-static D:\nucleus-server
> make-dir .files && serve .files --port 9999 --silent
[nodemon] 1.12.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: D:\nucleus-server\src/**/*
[nodemon] starting `npm run build-server && cross-env DEBUG=nucleus* npm run sta
rt-server`
> nucleus-server@1.1.3 build-server D:\nucleus-server
> tsc && rm -rf lib/__spec__ lib/**/__spec__
10% building modules 5/10 modules 5 active ...\webpack-dev-server\client\overla
y.js
[at-loader] Using typescript@2.6.1 from typescript and "tsconfig.json" from D:\n
ucleus-server\tsconfig.public.json. 10%
building modules 7/10 modules 3 active ...\webpack-dev-server\client\overlay.js
> nucleus-server@1.1.3 start-server D:\nucleus-server
> node lib/index.js 11%
building modules 10/11 modules 1 active ...f--0!D:\nucleus-server\public\App.ts
x nucleus Setting up server +0ms
nucleus Connecting to DB +4ms
sequelize deprecated String based operators are now deprecated. Please use Symbo
l based operators for better security, read more at http://docs.sequelizejs.com/
manual/tutorial/querying.html#operators node_modules\sequelize\lib\sequelize.js:
236:13 11%
building modules 10/13 modules 3 active ...dules\webpack\hot\log-apply-result.js
"--gpg: directory '/c/Users/eWorldES/.gnupg' created\ngpg: keybox '/c/Users/eWor
ldES/.gnupg/pubring.kbx' created\ngpg: no valid OpenPGP data found.\ngpg: Total
number processed: 0\n"
nucleus Bad gpg key, invalid +253ms
GPG key is invalid or missing, you must provide "config.gpgSigningKey"
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nucleus-server@1.1.3 start-server: `node lib/index.js`
npm ERR! Exit status 1
11% building modules 11/13 modules 2 active ...dules\webpack\hot\log-apply-resul
t.jsERR! Failed at the nucleus-server@1.1.3 start-server script.
npm ERR! This is probably not a problem with npm. There is likely additiona 11%
building modules 11/14 modules 3 active ...modules\react-hot-loader\lib\patch.js
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\eWorldES\AppData\Roaming\npm-cache\_logs\2018-10-18T2 11%
building modules 12/16 modules 4 active ...ver\node_modules\punycode\punyco20506
ms building modules
21ms sealing
1ms optimizing
1ms basic module optimization
6ms module optimization
1ms advanced module optimization
1ms basic chunk optimization
1ms chunk optimization
1ms advanced chunk optimization
1ms module and chunk tree optimization
12ms module reviving
1ms module order optimization
4ms module id optimization
4ms chunk reviving
1ms chunk order optimization
11ms chunk id optimization
27ms hashing
3ms module assets processing
1082ms chunk assets processing
33ms additional chunk assets processing
1ms recording
1ms additional asset processing
1ms chunk asset optimization
135ms asset optimization
232ms emitting
[HPM] Error occurred while trying to proxy request /rest/config from 127.0.0.1:8
888 to http://localhost:3030 (ECONNREFUSED) (https://nodejs.org/api/errors.html#
errors_common_system_errors)
Terminate batch job (Y/N)? Terminate batch job (Y/N)? Terminate batch job (Y/N)?
Could you please assist with what it is complaining about?
@MarshallOfSound I managed to build the project successfully with no errors but when I run the command
yarn dev
I get this output
Could you please assist with what it is complaining about?