-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commuter installation on AWS #251
Comments
Is there any specific version of node js you recommend. Also is there any prerequisite that babel should be installed |
Same problem as in #3654 |
I am seeing this issue, as well. |
Same here. |
I am seeing the same issue, any update? |
Thanks everyone, it is confirmed that is an issue. We will try to get this fixed as soon as possible. |
I can confirm the same issue is on Ubuntu 16.04 with nodejs v10.15.0 |
I can confirm the same issue is on Debian 8 with nodejs v8.15.0 |
Same issue here, any news about it? |
Any workaround of this? I am facing the same issue. |
@jdetle i am curious if you have any update on this issue, or if you can recommend someone i might ping RE the above? thank you!! |
Application or Package Used
Tried to install commuter using the command npm install @nteract/commuter -g
I tried it on Ubuntu instance(VM) on AWS.
Describe the bug
I am getting the following error
Error: Cannot find module '../../babel.flow.config'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (/usr/lib/node_modules/@nteract/commuter/node_modules/@nteract/webpack-configurator/index.js:12:25)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
To Reproduce
Steps to reproduce the behavior:
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs
Expected behavior
Proper installation.
Screenshots
NA
Desktop (please complete the following information):
Additional context
NA
The text was updated successfully, but these errors were encountered: