LD4P / sinopia_acl

node.js based code to interact with WebACL data on sinopia server
Apache License 2.0
0 stars 0 forks source link

build is failing #85

Closed jmartin-sul closed 4 years ago

jmartin-sul commented 5 years ago

the errors are

    console.error node_modules/jest-mock/build/index.js:860
      ERROR: username and password are required (usually passed at command line)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: username and password are required (usually passed at command line)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: username and password are required (usually passed at command line)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: username and password are required (usually passed at command line)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: username and password are required (usually passed at command line)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: username and password are required (usually passed at command line)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: userPoolId and userPoolAppClientId are required (usually in config files)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: userPoolId and userPoolAppClientId are required (usually in config files)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: userPoolId and userPoolAppClientId are required (usually in config files)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: userPoolId and userPoolAppClientId are required (usually in config files)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: userPoolId and userPoolAppClientId are required (usually in config files)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: userPoolId and userPoolAppClientId are required (usually in config files)
    console.error node_modules/jest-mock/build/index.js:860
      ERROR: problem getting cognito accessToken: { code: 'UserNotFoundException',
        name: 'UserNotFoundException',
        message: 'User does not exist.' }

which is perplexing, at first glance, because all of those things should be provided by env vars or config file defaults.