bluehalo / node-fhir-server-core

An Open Source secure REST implementation for the HL7 FHIR Specification. For API documentation, please see https://github.com/Asymmetrik/node-fhir-server-core/wiki.
https://asymmetrik.com/healthcare
MIT License
391 stars 120 forks source link

Not found module : error #237

Closed Abhi035 closed 4 years ago

Abhi035 commented 4 years ago

Running local host on 3000; while POST request using api (http://localhost:3000/connect/token), getting below error:

Error: Cannot find module 'D:\node-fhir-server-core\src\server\resources\connect\schemas\operationoutcome'
   at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
   at Function.Module._load (internal/modules/cjs/loader.js:508:25)
   at Module.require (internal/modules/cjs/loader.js:637:17)
   at require (internal/modules/cjs/helpers.js:22:18)
   at app.use (D:\node-fhir-server-core\src\server\server.js:282:27)
   at Layer.handle [as handle_request] (D:\node-fhir-server-core\node_modules\express\lib\router\layer.js:95:5)
   at trim_prefix (D:\node-fhir-server-core\node_modules\express\lib\router\index.js:317:13)
   at D:\node-fhir-server-core\node_modules\express\lib\router\index.js:284:7
   at Function.process_params (D:\node-fhir-server-core\node_modules\express\lib\router\index.js:335:12)
   at next (D:\node-fhir-server-core\node_modules\express\lib\router\index.js:275:10)

Can anyone help me to solve this issue? I need it urgently. Thanks in advance.

sychus commented 4 years ago

Hi Abhi035!

could you explain what you are trying to do? Maybe I can help you with your problem.

Cheers!

zeevo commented 4 years ago

I'm closing this due to inactivity! Feel free to reopen if this is an issue.