Code Monkey home page Code Monkey logo

Comments (7)

dceejay avatar dceejay commented on June 6, 2024 1

Ok - using node.js v5.11.1 and npm 3.9.2 - if I install

npm i node-red/node-red-dashboard

ie the distribution version - it works fine..
so those dependencies seem to be only for the dev version - so shouldn't be a big problem for when we release on npm. (though we should fix for devs also ;-)

from node-red-dashboard.

dceejay avatar dceejay commented on June 6, 2024

anyway you can retry this with the latest build ?

from node-red-dashboard.

s00500 avatar s00500 commented on June 6, 2024

Still a problem

from node-red-dashboard.

dceejay avatar dceejay commented on June 6, 2024

what node.js version ? OS ? npm version ? any clues how we could re-create ?

from node-red-dashboard.

s00500 avatar s00500 commented on June 6, 2024

npm version 3.6.0,
node version v5.6.0

The problem is that angular-material just names these as peerdependencies and if no other paclkage installs them they will be missing
https://nodejs.org/en/blog/npm/peer-dependencies/

I think the correct way is to add them as dependcies in the main package.json

Also jshint seems to be missing
(npm WARN [email protected] requires a peer of [email protected] but none was installed.)

add
"angular-messages": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular-route": "^1.5.0",
"jshint": "^2.9.2",

as dependencys

from node-red-dashboard.

dceejay avatar dceejay commented on June 6, 2024

well jshint is only for dev so shouldn't be needed. Also currently we specify Node 4 LTS , and Npm 2. But yes need to look at this going forwards.

from node-red-dashboard.

dceejay avatar dceejay commented on June 6, 2024

closed by commit 1b40d46

from node-red-dashboard.

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.