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

Make the integration and example tests compatible with the latest version of npm #294

Closed
erikbarke opened this issue Oct 5, 2018 · 1 comment

Comments

@erikbarke
Copy link
Collaborator

The integration tests and some of the examples only run correctly when installed with older versions of npm, for example npm@3.10.10 on the CI servers.

Issues when installing with npm@6.4.1:

  • typescript@3.1.1 gets installed for examples/typescript-1.6.2
  • typescript@3.1.1 gets installed for tests/integration-1.8.10
  • The module [rgb-color] can't be resolved in a test in tests/integration-latest
@erikbarke
Copy link
Collaborator Author

erikbarke commented Oct 5, 2018

@glvangorp, @vidartf, could you help me out with this issue?

A clean npm install crashes completely in examples/typescript-1.6.2 with "no such file or directory" for @types/acorn when installing with npm@6.4.1 if I try to lock the typescript version to 1.6.2 in package.lock.json 🤔

If I don't lock the typescript version 3.1.1 gets installed even though 1.6.2 is specified in package.json...

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

No branches or pull requests

1 participant