Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Building? #1

Open
RedHatter opened this issue Mar 7, 2018 · 3 comments
Open

Building? #1

RedHatter opened this issue Mar 7, 2018 · 3 comments

Comments

@RedHatter
Copy link

I can't seam to build the app. Can you provide instructions?

@Menci
Copy link
Member

Menci commented Apr 4, 2018

Will this

npm install
npm start

work?

@RedHatter
Copy link
Author

npm install fails

~/MoeditorNew$ npm install
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated babel-preset-es2017@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
> node-sass@4.8.3 install /home/timothy/MoeditorNew/node_modules/node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.8.3/linux-x64-57_binding.node
Download complete  ] - :
Binary saved to /home/timothy/MoeditorNew/node_modules/node-sass/vendor/linux-x64-57/binding.node
> electron@1.8.4 postinstall /home/timothy/MoeditorNew/node_modules/electron
> node install.js
Downloading SHASUMS256.txt
[============================================>] 100.0% of 3.43 kB (3.43 kB/s)
> node-sass@4.8.3 postinstall /home/timothy/MoeditorNew/node_modules/node-sass
> node scripts/build.js
Binary found at /home/timothy/MoeditorNew/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
> radium@0.18.4 postinstall /home/timothy/MoeditorNew/node_modules/radium
> cd lib || npm run lib
> Moeditor@0.3.0 postinstall /home/timothy/MoeditorNew
> concurrently "install-app-deps" "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json"
sh: 1: concurrently: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! Moeditor@0.3.0 postinstall: `concurrently "install-app-deps" "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json"`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the Moeditor@0.3.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

@Menci
Copy link
Member

Menci commented Apr 5, 2018

Maybe you should

npm install -g concurrently

But I don't remember I did that when building.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants