1.2.7 is breaking on Node9+
Closed this issue ยท 10 comments
Hi,
this last release is running an error using Node 9. While debugging we saw this error running from our CI, pointing to your lasted release.
My solution was rollback to 1.2.3 version.
Hi! ๐ Thanks for the report! What was the error message?
This is the message I got:
output info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
output error react-native-typescript-transformer@1.2.7: The engine "node" is incompatible with this module. Expected version ">=8.0.0".
output error Found incompatible module
output info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
output 19:56:26 [exp] Unable to find an existing exp instance for this directory, starting a new one...
output 19:56:29 [exp] Error: node_modules directory is missing. Please run `npm install` in your project directory.
I'm using node v9.9.0
๐๐ค I will look into this tomorrow.
No problems, man. I'll see if I can help you on this! (English isn't by power) ;)
@ds300 , is there a reason to use "engineStrict": false
? I know you want to mark this as required, since now the lib supports WASM, but can't it just be a warning setting engineStrict
as false?
Yeah I'll do that. I'm pretty sure ">=8.0.0"
is correct syntax, so this is really baffling. But I suppose an erroneous warning is better than an erroneous error.
alright, just publushed 1.2.8 without engineStrict!
Great, I'll try right now! Thanks!
It worked. Sorry the delay to answer you