Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

can't install react-native-make #31

Open
ideammsoft opened this issue Mar 23, 2020 · 10 comments
Open

can't install react-native-make #31

ideammsoft opened this issue Mar 23, 2020 · 10 comments

Comments

@ideammsoft
Copy link

Hello!!

npm install --save-dev @bam.tech/react-native-make

then

Installation fails and an error appears.

The splat operator '@' cannot be used to reference a variable in an expression. '@bam' can only be used as a command argument. Use '$ bam' to reference a variable in an expression.

how can i do?

@ideammsoft
Copy link
Author

ideammsoft commented Mar 23, 2020

just now Solved

npm install --save-dev "@bam.tech/react-native-make"

@jinaddavid
Copy link

still having the same issue. how can i solve it .

@jinaddavid
Copy link

Screenshot 2020-04-23 at 2 42 00 PM

@wagstalos
Copy link

image

@Esirei
Copy link

Esirei commented Jul 2, 2020

just now Solved

npm install --save-dev "@bam.tech/react-native-make"

Works for yarn too!
yarn add -D "@bam.tech/react-native-make"

@jinaddavid
Copy link

@Esirei how did you do it. Still having the error

@Esirei
Copy link

Esirei commented Jul 13, 2020

@jinaddavid wrap @bam.tech/react-native-make with quotation marks.
instead of yarn add -D @bam.tech/react-native-make you use yarn add -D "@bam.tech/react-native-make"

@jinaddavid
Copy link

Thank you @Esirei i tried that already still no success.

React Native Environment Info:
System:
OS: macOS 10.14.6
CPU: (8) x64 Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
Memory: 22.21 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.16.0 - /usr/local/bin/node
Yarn: 1.19.0 - /usr/local/bin/yarn
npm: 6.13.7 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
IDEs:
Android Studio: 3.4 AI-183.5429.30.34.5452501
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.3 => 16.8.3
react-native: 0.59.3 => 0.59.3
npmGlobalPackages:
react-native-asset: 1.1.4
react-native-cli: 2.0.1

@Esirei
Copy link

Esirei commented Jul 13, 2020

Uhh... I'm not sure what the problem could be here.
The major differences is that I use windows 10, and yarn 1.22.4

Thank you @Esirei i tried that already still no success.

React Native Environment Info:
System:
OS: macOS 10.14.6
CPU: (8) x64 Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
Memory: 22.21 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.16.0 - /usr/local/bin/node
Yarn: 1.19.0 - /usr/local/bin/yarn
npm: 6.13.7 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
IDEs:
Android Studio: 3.4 AI-183.5429.30.34.5452501
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.3 => 16.8.3
react-native: 0.59.3 => 0.59.3
npmGlobalPackages:
react-native-asset: 1.1.4
react-native-cli: 2.0.1

@rahamin1
Copy link

rahamin1 commented Nov 13, 2020

I have got this error on Windows 10 with RN59.9
With RN63.3 it is working...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants