Giter VIP home page Giter VIP logo

jus's People

Contributors

jimhigson avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

jus's Issues

Running jus on Node 6.2 yields stack trace

Hi again,

After installing the latest jus, I now get this output when I run jus on Node 6.2:

(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

==== JS stack trace =========================================

Security context: 0x26d3224c9e59 <JS Object>#0#
    1: .node [module.js:568] [pc=0x1502c6231b24] (this=0x239a2f0095b1 <an Object with map 0xd7637418161>#1#,module=0x3fd9494adeb9 <a Module with map 0xd7637418739>#2#
,filename=0x3fd9494ade49 <String[86]: /usr/local/lib/node_modules/jus/node_modules/oniguruma/build/Release/onig_scanner.node>)
    2: load [module.js:~449] [pc=0x1502c62f7b16] (this=0x3fd9494adeb9 <a Module with map 0xd7637418739>#2#,filename=0x3fd9494ade49 <String[86]: /usr/local/lib/node_mo
dules/jus/node_modules/oniguruma/build/Release/onig_scanner.node>)
    3: tryModuleLoad(aka tryModuleLoad) [module.js:417] [pc=0x1502c613921d] (this=0x26d322404189 <undefined>,module=0x3fd9494adeb9 <a Module with map 0xd7637418739>#2
#,filename=0x3fd9494ade49 <String[86]: /usr/local/lib/node_modules/jus/node_modules/oniguruma/build/Release/onig_scanner.node>)
    4: _load [module.js:~383] [pc=0x1502c623c898] (this=0x239a2f009631 <JS Function M
==== C stack trace ===============================

 1: v8::Template::Set(v8::Local<v8::Name>, v8::Local<v8::Data>, v8::PropertyAttribute)
 2: OnigScanner::Init(v8::Local<v8::Object>)
 3: node::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&)
 4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
 5: v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::(anonymous n
amespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
 6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*)
 7: 0x1502c600961b
(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

==== JS stack trace =========================================

Security context: 0x26d3224c9e59 <JS Object>#0#
    1: .node [module.js:568] [pc=0x1502c6231b24] (this=0x239a2f0095b1 <an Object with map 0xd7637418161>#1#,module=0x3fd9494adeb9 <a Module with map 0xd7637418739>#2#,filename=0x3fd9494ade49 <String[86]: /usr/local/lib/node_modules/jus/node_modules/oniguruma/build/Release/onig_scanner.node>)
    2: load [module.js:~449] [pc=0x1502c62f7b16] (this=0x3fd9494adeb9 <a Module with map 0xd7637418739>#2#,filename=0x3fd9494ade49 <String[86]: /usr/local/lib/node_modules/jus/node_modules/oniguruma/build/Release/onig_scanner.node>)
    3: tryModuleLoad(aka tryModuleLoad) [module.js:417] [pc=0x1502c613921d] (this=0x26d322404189 <undefined>,module=0x3fd9494adeb9 <a Module with map 0xd7637418739>#2#,filename=0x3fd9494ade49 <String[86]: /usr/local/lib/node_modules/jus/node_modules/oniguruma/build/Release/onig_scanner.node>)
    4: _load [module.js:~383] [pc=0x1502c623c898] (this=0x239a2f009631 <JS Function M 1: v8::Template::Set(v8::Local<v8::Name>, v8::Local<v8::Data>, v8::PropertyAttribute)
 2: OnigScanner::Init(v8::Local<v8::Object>)
 3: node::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&)
 4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
 5: v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
 6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*)
 7: 0x1502c600961b

  jus serve                         Serve the current directory
  jus serve <source>                Serve a specific directory
  jus serve <source> --port 1337    Use a custom port. Default is 3000
  jus compile <source> <target>     Compile source files to static assets
  jus help                          Open jus.js.org in your browser

  version 0.20.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.