ResourceSavingSceneView: Unexpected token (33:11) when running react-scripts start - react-navigation

I am using react-native-web with react-navigation 3.x.
Then I am running react-scripts start
a
and I have this error:
./node_modules/#react-navigation/native/dist/ResourceSavingSceneView.js
SyntaxError: <path_to_my_app>/node_modules/#react-navigation/native/dist/ResourceSavingSceneView.js: Unexpected token (33:11)
How do I fix this?

Related

Trying to get through gulpfile fro bash terminal .bash: syntax error near unexpected token `('

I have just started with a tutorial.After installing gulp when i run the following command from bash terminal to create gulpfile
const gulp = require('gulp');
gulp.task('default', function() {
});
but i get error
bash: syntax error near unexpected token `(' . I know i am missing something very basic but i have tried a lot of solutions and answers on stake over flow as well as other forums without any result. It might help to mention that while installing gulp i got warning npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents#1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) but i read about it over here that it is best to ignore this error as it mainly pertains to OS

Nativescript angular new project creating error

I installed all the environment setups for nativescript angular but I can't create new project using tns create command when I tried it shows me a error like this can anyone pls help me to solve to error
While trying I got this below error
npm WARN deprecated request#2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated fsevents#1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm ERR! Unexpected end of JSON input while parsing near '...":"latest","#types/gu'

Parse error: syntax error, unexpected '$kernel' (T_VARIABLE) in the index.php file

When I upload my Laravel project to cPanel I get the following error
Parse error: syntax error, unexpected '$kernel' (T_VARIABLE)
Your php version is too low. Try version 7.0 or later php.

getting syntax errors with react-native init

When I run "react-native init AwesomeProject" it finishes building the npm dependency tree then produces a list of init.sh errors. The resulting project only has the node_modules dir and package.json file in it. Here is the first init.sh error, which is followed by five more:
/Users/SM/AwesomeProject/node_modules/react-native/init.sh:8: syntax
error, unexpected '.', expecting kEND
.gsub("SampleApp", app_name)
^
I have XCode 4.6.3, is that related to this problem?
This error is to do with lower version of Ruby on your mac. Have a look at this.
Thanks

Fatal error: syntax error, unexpected T_SL running on MAMP

i updated to new version of MAMP 2.1 and I have got a problem with running project based on Zend Framework.
If I trying to run script, obtain error
Fatal error: syntax error, unexpected T_SL running on MAMP
Is any possibility, hot solve it?
Thanks for any advice.
T_SL means <<
please check your source code

Resources