You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build raccoon and mongo by cloning the repository and then starting the two docker container using the command in the terminal
docker-compose up
However it gives me the following error when starting the raccoon container
raccoon | SyntaxError: Unexpected token u in JSON at position 0
raccoon | at JSON.parse (<anonymous>)
raccoon | at exports (/nodejs/raccoon/models/mongodb/connector.js:13:24)
raccoon | at Object.<anonymous> (/nodejs/raccoon/models/mongodb/index.js:8:52)
raccoon | at Module._compile (internal/modules/cjs/loader.js:1114:14)
raccoon | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
raccoon | at Module.load (internal/modules/cjs/loader.js:979:32)
raccoon | at Function.Module._load (internal/modules/cjs/loader.js:819:12)
raccoon | at Module.require (internal/modules/cjs/loader.js:1003:19)
raccoon | at Module.Hook._require.Module.require (/usr/local/lib/node_modules/pm2/node_modules/require-in-the-middle/index.js
Is this error occured previously? How can i fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I tried to build raccoon and mongo by cloning the repository and then starting the two docker container using the command in the terminal
However it gives me the following error when starting the raccoon container
Is this error occured previously? How can i fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered: