Skip to content
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

Unable to use 'react-native-init {project}' (error) #20039

Closed
alexharrisdcj opened this issue Jul 4, 2018 · 8 comments
Closed

Unable to use 'react-native-init {project}' (error) #20039

alexharrisdcj opened this issue Jul 4, 2018 · 8 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@alexharrisdcj
Copy link

I've been using React Native for a few weeks now, working through several learning projects.

However, I'm no longer able to init a new project, as I get the following error. I've used the init command as recently as a few days ago. Any ideas?

C:\ReactNative\{project}\node_modules\react-native\local-cli\cliEntry.js:30
import type {CommandT} from './commands';
^^^^^^

SyntaxError: Unexpected token import
    at new Script (vm.js:51:7)
    at createScript (vm.js:136:10)
    at Object.runInThisContext (vm.js:197:10)
    at Module._compile (module.js:613:28)
    at Module._compile (C:\ReactNative\manager3\node_modules\pirates\lib\index.js:91:24)
    at Module._extensions..js (module.js:660:10)
    at Object.newLoader [as .js] (C:\ReactNative\manager3\node_modules\pirates\lib\index.js:96:7)
    at Module.load (module.js:561:32)
    at tryModuleLoad (module.js:501:12)
    at Function.Module._load (module.js:493:3)
@react-native-bot
Copy link
Collaborator

We are automatically closing this issue because it does not appear to follow any of the provided issue templates.

Please make use of the bug report template to let us know about a reproducible bug or regression in the core React Native library.

If you'd like to start a discussion, check out https://discuss.reactjs.org or follow the discussion template.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. 📋No Template labels Jul 4, 2018
@LucasShaffer
Copy link

I am getting the same issue. I was able to create a new project as recently as last night and now running 'react-native init {project-name}' fails every time. I tried multiple version of NPM and NODE and have not found a way for it to work.

@pratikghosalkar
Copy link

@devgunyogesh
Copy link

Still there...

import type {CommandT} from './commands';
^^^^^^

SyntaxError: Unexpected token import

@N-Kumbhare
Copy link

Heyy..

You are using new version of react native please follow this and create new new project --
Definitely you will be not having any error while creating new project ..

react-native init --version="0.55.4" {projectName}

This was happened only because of newer version of react natve

Thanks!

@avinashkumar3497
Copy link

did this:
react-native init --version="0.55.4" {projectName}
And it worked

@faizlo
Copy link

faizlo commented Jul 11, 2018

Has any one found a solution to this issue?
I am using
react-native init --version="0.55.4" {projectName}
when I work on Win 10. But if I try to install Redux, RN gets updated to the latest version and get this error back.
Your help is appreciated.

@jovanxua
Copy link

@faizlo can you show us your package.json after project init ?
the command is below:

react-native init <proj_name> --version react-native@0.55.4

@facebook facebook locked as resolved and limited conversation to collaborators Jul 18, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
9 participants