-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during installation of TiShadow #562
Comments
Don't think titanium is working with node 12 yet, so not using ts with it (yet). |
I'm having a similar issue.
|
Use nvm and drop back to node 10 for the moment.
…On Fri, Aug 28, 2020 at 6:09 PM Murilo da Silva ***@***.***> wrote:
I'm having a similar issue.
> npm install -g dbankier/TiShadow
npm WARN deprecated ***@***.***: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated ***@***.***: This module is no longer maintained, try this instead:
npm WARN deprecated npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
npm WARN deprecated ***@***.***: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated ***@***.***: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated ***@***.***: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm WARN deprecated ***@***.***: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of ***@***.***
npm WARN deprecated ***@***.***: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated ***@***.***: connect 2.x series is deprecated
npm WARN deprecated ***@***.***: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated ***@***.***: The sprintf package is deprecated in favor of sprintf-js.
npm WARN deprecated ***@***.***: Deprecated, use jstransformer
npm WARN deprecated ***@***.***: Please update to at least constantinople 3.1.1
npm WARN deprecated ***@***.***: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated ***@***.***: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated ***@***.***: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated ***@***.***: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated ***@***.***: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated ***@***.***: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated ***@***.***: Please use the native JSON object instead of JSON 3
npm WARN deprecated ***@***.***: request has been deprecated, see request/request#3142
npm WARN deprecated ***@***.***: This module relies on Node.js's internals and will break at some point. Do not use it, and update to ***@***.***
npm WARN deprecated ***@***.***: this library is no longer supported
/Users/murilobr/.nvm/versions/node/v12.18.3/bin/tishadow -> /Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/cli/tishadow
/Users/murilobr/.nvm/versions/node/v12.18.3/bin/ts -> /Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/cli/tishadow
> ***@***.*** install /Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/node_modules/fsevents
> node install.js
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
> ***@***.*** postinstall /Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
> ***@***.*** postinstall /Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow
> node cli/tishadow express
fs.js:36
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:36:5
at req_ (/Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/node_modules/natives/index.js:143:24)
at Object.req [as require] (/Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/node_modules/natives/index.js:55:10)
at Object.<anonymous> (/Users/murilobr/.nvm/versions/node/v12.18.3/lib/node_modules/tishadow/node_modules/configstore/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ***@***.*** postinstall: `node cli/tishadow express`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ***@***.*** postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/murilobr/.npm/_logs/2020-08-28T15_06_35_513Z-debug.log```
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGE3XMRVRUSV4GWLC3BCGTSC7CCLANCNFSM4I2DLACA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing TiShadow on (nvm) Node v10.16.3 with NPM 6.9.0 (tried also last version of node).
It returns this error during post-install I think:
The complete log extracted from /Users/ferdi2005/.npm/_logs/2019-09-24T18_31_27_460Z-debug.log is https://gist.github.com/ferdi2005/17bf315096adaa3d48119c3d7e6a1b87.
The text was updated successfully, but these errors were encountered: