我刚刚读了Angularjs的教程,想从运行测试应用程序(由(C) Wahlin Consulting提供)。其自述文件告知:
NODE.JS OPTION:
If you want to run the site using Node.js (install it from http://nodejs.org) run the following at the command-prompt from within the AngularJSDemos folder:
node server.js
Now navigate to http://localhost:8080/DemoLis
我试图在无头模式下启动google实例,但得到了以下错误:
Failed to launch the browser process!
/workspace/node_modules/puppeteer/.local-chromium/linux-737027/chrome-linux/chrome: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory
在nodejs 10运行时,我使用的是傀儡机v3.0.0。如何解决此错误?
我的主机运行Ubuntu 18,04,我在ReactJS on FrontEnd,NodeJS on BackEnd和MySQL上开发了一个关于beaglebone数据库的应用程序。。
有关我的BeagleBone的更多信息:
root@beaglebone:~# uname -a
Linux beaglebone 3.8.13-bone71.1 #162 SMP Fri Oct 16 07:27:34 CST 2015 armv7l GNU/Linux
我想总是在BeagleBone上运行我的应用程序。
当脚本启动时,我能做什么让它运行呢?