Make sure that you have yarn installed (not the one from cmdtest).
https://github.com/yarnpkg/yarn/issues/2821
git clone https://github.com/maidsafe/safe_examples.git
in the safe_examples directory, turning to Packaging gives:
yarn install-all
=======
brent@brent-VirtualBox:~/Downloads/safe_examples$ yarn install-all
yarn run v1.3.2
warning package.json: No license field
$ cd email_app && yarn && cd .. && cd web_hosting_manager && yarn
warning ../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["fs-extra@^1.00.0"] is trying to unpack in the same destination "/home/brent/.cache/yarn/v1/npm-fs-extra-1.0.0-cd3ce5f7e7cb6145883fcae3191e9877f8587950" as pattern ["fs-extra@^1.0.0"]. This could result in a non deterministic behavior, skipping.
info appdmg@0.4.5: The platform "linux" is incompatible with this module.
info "appdmg@0.4.5" is an optional dependency and failed compatibility check. Excluding it from installation.
info macos-alias@0.2.11: The platform "linux" is incompatible with this module.
info "macos-alias@0.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/8] ⠁ ref: CXX(target) Release/obj.target/binding/src/binding.o
[2/8] ⠁ weak: CXX(target) Release/obj.target/weakref/src/weakref.o
[-/8] ⠁ waiting...
[4/8] ⠁ electron
error /home/brent/Downloads/safe_examples/email_app/node_modules/electron-chromedriver: Command failed.
Exit code: 1
Command: node ./download-chromedriver.js
Arguments:
Directory: /home/brent/Downloads/safe_examples/email_app/node_modules/electron-chromedriver
Output:
/home/brent/Downloads/safe_examples/email_app/node_modules/electron-chromedriver/download-chromedriver.js:16
if (error != null) throw error
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==================
brent@brent-VirtualBox:~/Downloads/safe_examples$ yarn pack:email
yarn run v1.3.2
warning package.json: No license field
$ cd email_app && yarn package && yarn post-package
warning ../package.json: No license field
$ electron-forge package
✔ Checking your system
Downloading tmp-5192-1-SHASUMS256.txt-1.6.2
[============================================>] 100.0% of 2.85 kB (2.85 kB/s)
⠹ Preparing to Package Application for arch: x64
An unhandled rejection has occurred inside Forge:
ENOSPC: no space left on device, mkdir '/tmp/electron-packager/linux-x64'
Error: ENOSPC: no space left on device, mkdir '/tmp/electron-packager/linux-x64'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==============
ack, I guess my
Saturday, December 30, 2017
Monday, December 25, 2017
Getting the WebCam to work in Ubuntu 16.04 might be as easy as GStreamer Good Plugins
I enabled gstreamer 1.0 good plugins through synaptic
Some stuff on the Internet that told me what I might have done:
https://stuff.mit.edu/afs/athena/system/amd64_deb50/os/usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10/index.html
and the interesting plugin is v4l2src:
https://stuff.mit.edu/afs/athena/system/amd64_deb50/os/usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10/gst-plugins-good-plugins-v4l2src.html
Some stuff on the Internet that told me what I might have done:
https://stuff.mit.edu/afs/athena/system/amd64_deb50/os/usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10/index.html
and the interesting plugin is v4l2src:
https://stuff.mit.edu/afs/athena/system/amd64_deb50/os/usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10/gst-plugins-good-plugins-v4l2src.html
Thursday, December 21, 2017
Saturday, December 9, 2017
Things to Consider
Machine Learning
https://elitedatascience.com/python-machine-learning-tutorial-scikit-learn
https://cs231n.github.io/linear-classify/
http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=MachineLearning
Python
Java TF-IDF
Deep Learning
https://www.youtube.com/playlist?list=PLQVvvaa0QuDeETZEOy4VdocT7TOjfSA8a
Construct German Language Sentences
Angular JS Tutorial
https://docs.angularjs.org/tutorial
ChatBot DialogFlow
node-arc-d3
Open Data Portal
https://www.opendataportal.at/datentools-uebersicht/
https://elitedatascience.com/python-machine-learning-tutorial-scikit-learn
https://cs231n.github.io/linear-classify/
http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=MachineLearning
Python
Java TF-IDF
Deep Learning
https://www.youtube.com/playlist?list=PLQVvvaa0QuDeETZEOy4VdocT7TOjfSA8a
Construct German Language Sentences
Angular JS Tutorial
https://docs.angularjs.org/tutorial
ChatBot DialogFlow
- https://developers.google.com/actions/tools/simulator
- https://codelabs.developers.google.com/codelabs/assistant-dialogflow-nodejs/index.html?index=..%2F..%2Findex#0
- https://codelabs.developers.google.com/codelabs/your-first-kids-action-on-google/#0
- https://dialogflow.com/docs/getting-started/basics
- https://developers.google.com/actions/design/principles
- https://github.com/greenido/animal-joker
- https://console.actions.google.com/project/mypizzabot-6803f/simulatorcreate
- https://www.youtube.com/watch?v=gWNUg_v25dw
node-arc-d3
Open Data Portal
https://www.opendataportal.at/datentools-uebersicht/
Tuesday, December 5, 2017
Set operations in JavaScript Links
Set Theory In JavaScript:
https://developer.mozilla.org/sv-SE/docs/Web/JavaScript/Reference/Global_Objects/Set
(This came out in ECMAScript)
Or in Node:
https://github.com/kenju/js-set-operations
https://developer.mozilla.org/sv-SE/docs/Web/JavaScript/Reference/Global_Objects/Set
(This came out in ECMAScript)
Or in Node:
https://github.com/kenju/js-set-operations
Subscribe to:
Posts (Atom)