Giter VIP home page Giter VIP logo

kraken-devtools-browserify's People

Contributors

iantocristian avatar jfgodoy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kraken-devtools-browserify's Issues

Error when using as described

I'm using io.js on windows platform.
When I installed krakenjs it ran fine out of the box.
I followed the directions in the readme and ran

npm install --save-dev kraken-devtools-browserify

I ran the application again and it said

Error: Cannot find module 'core-util-is'
at Function.Module._resolveFilename (module.js:332:15)
at Function.Module._load (module.js:282:25)
at Module.require (module.js:361:17)
at require (module.js:380:17)
at Object. (F:\Programming\Projects\Nodejs\TestProject_Kraken_Bro
wserify\node_modules\kraken-devtools-browserify\node_modules\browserify\node_mod
ules\module-deps\node_modules\stream-combiner2\node_modules\through2\node_module
s\readable-stream\lib_stream_duplex.js:39:12)
at Module._compile (module.js:426:26)
at Object.Module._extensions..js (module.js:444:10)
at Module.load (module.js:351:32)
at Function.Module._load (module.js:306:12)
at Module.require (module.js:361:17)
at require (module.js:380:17)
Error: Cannot find module 'core-util-is'
at Function.Module._resolveFilename (module.js:332:15)
at Function.Module._load (module.js:282:25)
at Module.require (module.js:361:17)
at require (module.js:380:17)
at Object. (F:\Programming\Projects\Nodejs\TestProject_Kraken_Bro
wserify\node_modules\kraken-devtools-browserify\node_modules\browserify\node_mod
ules\module-deps\node_modules\stream-combiner2\node_modules\through2\node_module
s\readable-stream\lib_stream_duplex.js:39:12)
at Module._compile (module.js:426:26)
at Object.Module._extensions..js (module.js:444:10)
at Module.load (module.js:351:32)
at Function.Module._load (module.js:306:12)
at Module.require (module.js:361:17)
at require (module.js:380:17)

When I loaded the index page.

I ran npm install --save core-util-is

When I ran the website again with "npm start" I got a new message

Error: Cannot find module './source-map/source-map-generator'
at Function.Module._resolveFilename (module.js:332:15)
at Function.Module._load (module.js:282:25)
at Module.require (module.js:361:17)
at require (module.js:380:17)
at Object. (F:\Programming\Projects\Nodejs\TestProject_Kraken_Bro
wserify\node_modules\kraken-devtools-browserify\node_modules\browserify\node_mod
ules\browser-pack\node_modules\combine-source-map\node_modules\inline-source-map
\node_modules\source-map\lib\source-map.js:6:30)
at Module._compile (module.js:426:26)
at Object.Module._extensions..js (module.js:444:10)
at Module.load (module.js:351:32)
at Function.Module._load (module.js:306:12)
at Module.require (module.js:361:17)
at require (module.js:380:17)
Error: Cannot find module './source-map/source-map-generator'
at Function.Module._resolveFilename (module.js:332:15)
at Function.Module._load (module.js:282:25)
at Module.require (module.js:361:17)
at require (module.js:380:17)
at Object. (F:\Programming\Projects\Nodejs\TestProject_Kraken_Bro
wserify\node_modules\kraken-devtools-browserify\node_modules\browserify\node_mod
ules\browser-pack\node_modules\combine-source-map\node_modules\inline-source-map
\node_modules\source-map\lib\source-map.js:6:30)
at Module._compile (module.js:426:26)
at Object.Module._extensions..js (module.js:444:10)
at Module.load (module.js:351:32)
at Function.Module._load (module.js:306:12)
at Module.require (module.js:361:17)
at require (module.js:380:17)

So I ran npm install --save source-map

But the error message still shows.

I went to that file specified and it shows

/*

  • Copyright 2009-2011 Mozilla Foundation and contributors
  • Licensed under the New BSD license. See LICENSE.txt or:
  • http://opensource.org/licenses/BSD-3-Clause
    */
    exports.SourceMapGenerator = require('./source-map/source-map-generator').SourceMapGenerator;
    exports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;
    exports.SourceNode = require('./source-map/source-node').SourceNode;

Here is a screenshot if it helps.
image

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.