Parse-dashboard: Master fails to install graphql-playground

Created on 8 Jul 2019  路  5Comments  路  Source: parse-community/parse-dashboard

@douglasmuraoka

I'm trying to put together a release to get your awesome fix and new feature out.

When I try to do a clean install on master I get this error:

npm ERR! Could not install from "node_modules/graphql-playground-react/codemirror-graphql@github:timsuchanek/codemirror-graphql#801ec32683c38d6dc0f8f7bc19014a111edc9ebd" as it does not contain a package.json file.

I opened an issue on the graphql-playground repo:

https://github.com/prisma/graphql-playground/issues/1052

I'll close this and release when resolved.

All 5 comments

@acinader looks like the problem was the package-lock. I've just created a brand new file and it is working now.

any interest in putting together the release?

@acinader do you have some guideline to follow when launching new releases?

nothing formal, but it is pretty straight forward:

I think this should be 1.4.0 because we are adding non-breaking functionality

  • create a pull request to get things ready
  • View the full changelog and update the CHANGELOG.md file
  • Set the version in package.json and then run npm install to generate the lock file

  • Use github to create the release once the above pr is merged. When creating the release with the github ui, follow the format of previous releases. When you publish the release, travis will deploy it to npm (you can see the .travis.yml file to see how that is configured).

If you screw up somehow, don't sweat it, we can just do another release to fix anything.

Good luck!

@TomWFox fyi.

@acinader @TomWFox pull request created #1134

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robertodias180 picture robertodias180  路  5Comments

SamuelEshetu picture SamuelEshetu  路  5Comments

grassland-curing-cfa picture grassland-curing-cfa  路  6Comments

thphuc picture thphuc  路  4Comments

TylerBrock picture TylerBrock  路  8Comments