Git Product home page Git Product logo

Comments (8)

yasseralsamman avatar yasseralsamman commented on June 19, 2024

Same here.
I tried doing this in my .tsconfig

 "include": [
    "src/**/*.ts",
    "node_modules/ng2-kw-gauge/index.ts"
  ],

but still getting the error.

from ng-gauge.

wsnider07 avatar wsnider07 commented on June 19, 2024

Any luck on resolving this error message? I'm getting it as well.

from ng-gauge.

lassogames avatar lassogames commented on June 19, 2024

I have the same issue as well. When I try to import GaugeModule into my module.ts, same report. Have been trying to figure out why the .js isn't compiling.

Runtime Error
Module build failed: Error: ENOENT: no such file or directory, open 'myapp\node_modules\ng-gauge\index.js'
Ionic Framework: 3.5.0
Ionic App Scripts: 1.3.12
Angular Core: 4.2.5
Angular Compiler CLI: 4.2.5
Node: 7.5.0
OS Platform: Windows 7
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

from ng-gauge.

pierrebiazotto avatar pierrebiazotto commented on June 19, 2024

Hi,

Sorry to re open the thread but did anyone found the solution?

Thanks in advance.

from ng-gauge.

cocaybica avatar cocaybica commented on June 19, 2024

same here.

Ionic 3 Project

from ng-gauge.

aduggirala28 avatar aduggirala28 commented on June 19, 2024

Hi ! you may already be doing this, but I am going to mention it nonetheless for others like myself who might be confused.. seems like you are having something in you component file on the lines of -

import {GaugeModule} from 'myapp\node_modules\ng-gauge\index.js'

Once you npm install AND save the package, you'll be able to import it just by this
import { GaugeModule } from 'ng-gauge'
and
import { GaugeSegment, GaugeLabel } from 'ng-gauge'

To those using Angular CLI, after you import the GaugeModule in your app.module.ts (using :import { GaugeModule } from 'ng-gauge') you have to mention it in the "imports" Array under "@ng-module{ }".

angular-ng-gauge

from ng-gauge.

nowrap avatar nowrap commented on June 19, 2024

Any news on this issue. I am getting this error, too.

Ionic Framework: 3.6.1
Ionic App Scripts: 2.1.4
Angular Core: ^4.4.3
Angular Compiler CLI: ^4.4.3
Node: 8.5.0

from ng-gauge.

eduibrahim avatar eduibrahim commented on June 19, 2024

Same here

from ng-gauge.

Related Issues (12)

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.