MODULE_NOT_FOUND error during 'npm run login' #5861
Unanswered
myscilab1
asked this question in
Hubs Cloud Questions
Replies: 1 comment 1 reply
-
I just ran into this as well. On the 17th of January 2023 a - I guess - temporary fix was given in the #hubscloud Discord channel by Pellinore. As he stated today, this problem will need a proper fix from the core team at some point, but this seemed to work for me for now. Hope this helps! Cheers! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Hub users,
I am new to Hubs cloud. I have a working AWS Hubs Cloud instance and am trying to setup the custom client and seeing MODULE_NOT_FOUND error during 'npm run login'. I am on a windows machine and I am running these commands from the Git Bash window. Appreciate any help.
Thanks!
$ npm run login
at Object. (C:\hubs\src\utils/phoenix-utils.js:5:1)
at Generator.next () {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\Users\Chinnu.Home_PC\Desktop\scilab\hubscloud\github\reposnew\hubs\src\utils\phoenix-utils.js',
'C:\Users\Chinnu.Home_PC\Desktop\scilab\hubscloud\github\reposnew\hubs\scripts\login.js'
]
}
Node.js v18.12.1
Beta Was this translation helpful? Give feedback.
All reactions