Giter VIP home page Giter VIP logo

Comments (2)

inconsolableanki avatar inconsolableanki commented on June 12, 2024 1

from aws-iot-example.

daaru00 avatar daaru00 commented on June 12, 2024

Hi @inconsolableanki

I cannot understand well.. seems you are using wrong npm scripts command

Unable to run "npm run motion.js" #1

is not correct, the correct command is

npm run motion

without ".js" extension, it doesn't run a file, it run an npm script.

nkitkumar@ankitkumar-VPCEH36EN:~/Desktop/aws-iot-example$ npm start

ankitkumar@ankitkumar-VPCEH36EN:~/Desktop/aws-iot-example$ npm run build

These commands are not defined and not mentioned in the README.md. Neither "start" nor "build" are defined in the package.json and its are not needed.

Please refer to npm documentation about scripts.

Anyway, to run the "motion" script run

npm run motion

or

node ./tasks/motion.js

or use PM2 to run all the scripts.

from aws-iot-example.

Related Issues (1)

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.