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
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
bruno ➤ node test.js
/Users/anoop/bruno/bruno/node_modules/vm2/lib/bridge.js:487
throw thisFromOtherForThrow(e);
^
VMError: Cannot find module 'crypto-js'
at DefaultResolver.resolveFull (/Users/anoop/bruno/bruno/node_modules/vm2/lib/resolver.js:108:9)
at DefaultResolver.resolveFull (/Users/anoop/bruno/bruno/node_modules/vm2/lib/resolver.js:315:16)
at DefaultResolver.resolve (/Users/anoop/bruno/bruno/node_modules/vm2/lib/resolver.js:103:15)
at ReadOnlyHandler.apply (/Users/anoop/bruno/bruno/node_modules/vm2/lib/bridge.js:485:11)
at requireImpl (/Users/anoop/bruno/bruno/node_modules/vm2/lib/setup-node-sandbox.js:84:28)
at require (/Users/anoop/bruno/bruno/node_modules/vm2/lib/setup-node-sandbox.js:165:10)
at vm.js:2:18
at VM2 Wrapper.apply (/Users/anoop/bruno/bruno/node_modules/vm2/lib/bridge.js:485:11)
at NodeVM.run (/Users/anoop/bruno/bruno/node_modules/vm2/lib/nodevm.js:426:23)
at Object.<anonymous> (/Users/anoop/bruno/bruno/test.js:13:4) {
code: 'ENOTFOUND'
}
Node.js v18.13.0
The text was updated successfully, but these errors were encountered:
Its important to note that I am running the script from /Users/anoop/bruno/bruno folder while attempting to load the external module from another location /Users/anoop/Github/github-rest-api-collection/node_modules/crypto-js
Here is my JS
Here is the error I am seeing
The text was updated successfully, but these errors were encountered: