Giter VIP home page Giter VIP logo

2019-hackathon-works-coderlane's People

Contributors

jinyeqing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2019-hackathon-works-coderlane's Issues

关于Coderlane搭建过程中遇到的一些问题

您好,我在无意间看到Coderlane这个不错的在线代码编辑与交流的平台,我尝试将它在Ubuntu18.04服务器系统上搭建起来。
根据您在readme步骤,在一个tmux里执行npm run build出现错误,经过查阅资料我添加了一个.babelrc文件,并且可以执行npm run build命令,其中内容如下:

{
  "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
  ],
  "plugins": [
      [
        "@babel/plugin-proposal-class-properties"
      ]
  ]
}

我打开另一个tmux,并且执行npm run server 并且没有报错,但是当我用chrome访问指定端口,显示黑色界面无任何显示。并且浏览器的Console显示,类似DevTools failed to load SourceMap: Could not load content for webpack:///node_modules/xterm/lib/renderer/atlas/LRUMap.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME的错误。具体如图:
image

我的npm v6.4.18,nodejs v8.10.0
Codelane是非常不错的项目,希望可以得到您的帮助解决问题。十分感谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.