Category: Community
BhagyeshD created a topic named dm_read_invis() returns greater value than requested bytes. in the General Parallel File System (GPFS) forum.
Related:
Jozef replied to the Numbers seen in Web, not on desktop topic thread in the Rational RequisitePro (ReqPro) forum.
Related:
Error on automatic deployment to Bluemix
root@0e02eea94aac:/usr/src/app# cd server && npm run deploy
npm info it worked if it ends with ok
npm info using npm@3.10.8
npm info using node@v6.9.1
npm info lifecycle server@0.1.1~predeploy: server@0.1.1
npm info lifecycle server@0.1.1~deploy: server@0.1.1
server@0.1.1 deploy /usr/src/app/server
node dist/deploy.js
module.js:471
throw err;
^
Error: Cannot find module ‘../../resources/testData.json’
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/usr/src/app/server/dist/testdata/testData.js:10:18)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
What am I doing wrong here?