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

package.json: "name" is not a string #6

Closed
aalemayhu opened this issue Sep 16, 2019 · 4 comments
Closed

package.json: "name" is not a string #6

aalemayhu opened this issue Sep 16, 2019 · 4 comments

Comments

@aalemayhu
Copy link
Contributor

Just installed the latest version via npm and saw the below failure

irena:tmp scanf$ start-imba 2930


🎮 Start Imba v0.1.0

? Bundler to use ? webpack
? Install the project ? Yes
? Initialize git ? Yes


🎮 Start Imba v0.1.0

📁 Creating project in /Users/scanf/src/tmp/2930.
🗃 Initializing git repository...
🛠 Installing packages. This might take a while...

yarn install v1.16.0
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
error package.json: "name" is not a string

/Users/scanf/.nvm/versions/node/v10.5.0/lib/node_modules/start-imba/node_modules/gluegun/build/index.js:13
    throw up;
    ^
command failed: yarn
@aalemayhu
Copy link
Contributor Author

I think this problem only occurs if the project name is a number.

@athif23
Copy link
Owner

athif23 commented Sep 16, 2019

I would try to fix this, but just want to know, is it works fine for you?

@aalemayhu
Copy link
Contributor Author

Yes, for projects which are not numeric it works fine :) I do create project names from time to time with just numbers so would be nice if that also works. Thanks.

@athif23
Copy link
Owner

athif23 commented Sep 16, 2019

Fixed.

@athif23 athif23 closed this as completed Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants