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
Require stack:
- /actions-runner/_work/_actions/azure/sql-action/v1.1/lib/main.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
at Function.Module._load (internal/modules/cjs/loader.js:690:27)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/actions-runner/_work/_actions/azure/sql-action/v1.1/lib/main.js:34:27)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module.runMain (internal/modules/cjs/loader.js:1047:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/actions-runner/_work/_actions/azure/sql-action/v1.1/lib/main.js'
]
}
It seems like the node_modules directory is missing from the v1.1 release? Can you help to take a look?
Thanks,
Yi
The text was updated successfully, but these errors were encountered:
Hi there,
I am getting below error when running with @v1.1:
Error: Cannot find module '@actions/core'
It seems like the
node_modules
directory is missing from the v1.1 release? Can you help to take a look?Thanks,
Yi
The text was updated successfully, but these errors were encountered: