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
Uncaught LambdaRuntimeError {
_error: Error: runtime error: argument of 'require' must be a string
at LambdaRuntimeError.LambdaError (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:51:17)
at new LambdaRuntimeError (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:91:17)
at C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:3272:13
at SemiNativeNode.evaluate (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:1902:30)
at Closure.bind (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:620:27)
at ApplicationNode.evaluate (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:1500:17)
at LetNode.extend (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:1554:49)
at LetNode.evaluate (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\lambda.js:1556:5)
at C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\Main.js:33:23
at REPLServer.eval (C:\Users\user\AppData\Roaming\npm\node_modules\lambda\bin\Main.js:44:18),
message: "runtime error: argument of 'require' must be a string"
}
The text was updated successfully, but these errors were encountered:
I run this code in the interpreter:
But it errors this:
The text was updated successfully, but these errors were encountered: