Code Monkey home page Code Monkey logo

Comments (10)

lukeed avatar lukeed commented on May 22, 2024 2

It's here which is technically the only place that really matters, haha. Having it here will make NPM kick & scream if you're not recent enough.

from jarvis.

lacymorrow avatar lacymorrow commented on May 22, 2024 1

Excellent, appreciate the update!

It may be worth it to add a short requirements section noting the Node 6 req :)

from jarvis.

louisjrdev avatar louisjrdev commented on May 22, 2024

Hi @Teskin

To run this project use the command:

npm run-script dev

These scripts are defined in the package.json, here you can view all other scripts.

from jarvis.

Teskin avatar Teskin commented on May 22, 2024

Unfortunately is not working yet as I receive this error as output from the console:

issue

I installed cross-env hoping that it would help, but it didn't.

Any advice would be higlhly appreciated.

from jarvis.

ugogo avatar ugogo commented on May 22, 2024

Should be related to #60

from jarvis.

m4r1vs avatar m4r1vs commented on May 22, 2024

Hey @Teskin, did you maybe forgot to run npm install before, running npm run dev? Before you can use any third party packages you need to install them with that command 😄

from jarvis.

Khachatour avatar Khachatour commented on May 22, 2024

@Teskin any news ? :) Have you managed to run it ?

from jarvis.

Teskin avatar Teskin commented on May 22, 2024

Thanks for asking, but nope.

I followed the steps described on #60 and changed the port, but it seems it doesn't help.

However, the error has a different nature.

error 2

Am I missing some modules?

Thank you

from jarvis.

lacymorrow avatar lacymorrow commented on May 22, 2024

@Teskin can you run which cross-env and tell me the output?

If it doesn't return a path you should be able to run npm install cross-env to fix this.
If cross-env is installed then there likely is an issue with node and npm, you may be seeing similar issues to this and need to remove node and npm, and reinstall.

from jarvis.

lukeed avatar lukeed commented on May 22, 2024

JARVIS dev has updated since this issue was opened. From #112, you can now:

$ npm install
$ npm run watch # HMR development
$ npm run build # build assets for install deliverable

Really, you only need to install and watch. Running build is just for pre-release.

Also, please note that you need Node 6.x to run & develop JARVIS.

from jarvis.

Related Issues (20)

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.