Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run multiple collection with url on mac #33

Open
titanzx opened this issue Oct 31, 2023 · 0 comments
Open

Cannot run multiple collection with url on mac #33

titanzx opened this issue Oct 31, 2023 · 0 comments

Comments

@titanzx
Copy link

titanzx commented Oct 31, 2023


| \ | | | ___ \
| | | ___ __ __ _ __ ___ __ _ _ __ ______ | |/ / _ _ _ __
| . | / _ \\ \ /\ / /| '_ _ \ / ` || ' \ |
|| / | | | || ' \
| |\ || __/ \ V V / | | | | | || (
| || | | | | |\ \ | |
| || | | |
_| _/ _
| _/_/ || || || _,||| || _| _| _,||| |_|

Feed file taken is: /Jenkins/poc_newman/all_collection.json
!----------------------------------Files Taken to run---------------------------------------!
{
collection: 'https://www.getpostman.com/collections/57c3cfef239jeijw39d93'
}
Collection file taken to run: https://www.getpostman.com/collections/57c3cfef239jeijw39d93
node:internal/modules/cjs/loader:1051
throw err;
^

Error: Cannot find module '../../../../../../Users/user/Documents/https:/www.getpostman.com/collections/57c3cfef239jeijw39d93'
Require stack:

  • /opt/homebrew/lib/node_modules/newman-run/lib/core.js
  • /opt/homebrew/lib/node_modules/newman-run/bin/newman-run.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
    at Module._load (node:internal/modules/cjs/loader:901:27)
    at Module.require (node:internal/modules/cjs/loader:1115:19)
    at require (node:internal/modules/helpers:130:18)
    at NewmanConfig.runCollection (/opt/homebrew/lib/node_modules/newman-run/lib/core.js:93:25)
    at /opt/homebrew/lib/node_modules/newman-run/lib/core.js:30:22
    at Array.map ()
    at NewmanConfig.looprun (/opt/homebrew/lib/node_modules/newman-run/lib/core.js:27:18)
    at Object. (/opt/homebrew/lib/node_modules/newman-run/bin/newman-run.js:46:8)
    at Module._compile (node:internal/modules/cjs/loader:1233:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
    at Module.load (node:internal/modules/cjs/loader:1091:32)
    at Module._load (node:internal/modules/cjs/loader:938:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
    at node:internal/main/run_main_module:23:47 {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/opt/homebrew/lib/node_modules/newman-run/lib/core.js',
    '/opt/homebrew/lib/node_modules/newman-run/bin/newman-run.js'
    ]
    }

Node.js v20.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant